fixed some testing bugs

This commit is contained in:
Jonas Zeunert
2018-07-10 23:49:35 +02:00
parent 14b5118038
commit cfccb67561
6 changed files with 22 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ SCENARIO("An EventNotifier gets created", "[construction]")
}
THEN("It creates a notify thread")
{
//REQUIRE(typeid(notifier.notify_thread).hash_code() == typeid(std::thread).hash_code());
REQUIRE(typeid(notifier.notify_thread).hash_code() == typeid(std::thread).hash_code());
}
}
}