mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 02:06:50 +00:00
Tests fix + fix for certain factions not loading
This commit is contained in:
@@ -35,6 +35,7 @@ public:
|
||||
~IPCMutexTest() {
|
||||
}
|
||||
|
||||
private:
|
||||
void LockMutexTest() {
|
||||
EQEmu::IPCMutex mutex("TestMutex1");
|
||||
TEST_ASSERT(mutex.Lock());
|
||||
|
||||
Reference in New Issue
Block a user