configured logger

This commit is contained in:
Neeflix
2018-07-16 22:44:09 +02:00
parent 7cb8ff24c9
commit c37b1183ab
9 changed files with 35 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ using namespace fakeit;
SCENARIO("An EventNotifier gets created", "[construction]")
{
LoggerFactory::CreateInputLogger();
LoggerFactory::CreateInputTestLogger();
WHEN("The EventNotifier gets created")
{
@@ -52,7 +52,7 @@ SCENARIO("An EventHandler gets [un]registered at the notifier", "[un-register no
{
GIVEN("An EventHandler")
{
LoggerFactory::CreateInputLogger();
LoggerFactory::CreateInputTestLogger();
Event event(0, 0, "test");