Tests fix + fix for certain factions not loading

This commit is contained in:
KimLS
2013-02-28 22:33:20 -08:00
parent 7237c1f54c
commit b5405c35e2
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ public:
~IPCMutexTest() {
}
private:
void LockMutexTest() {
EQEmu::IPCMutex mutex("TestMutex1");
TEST_ASSERT(mutex.Lock());