Commit 9a089389 authored by Greg Williams's avatar Greg Williams
Browse files

Lowered logging levels on some tests to cut down on output

parent cdde09ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ static bool add_keys(int count)
void setUp(void)
{
    if (!suiteInitialized) {
        SystemTestSetup(&Fixture, 3);
        SystemTestSetup(&Fixture, 1);
        add_keys(3);
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ static SystemTestFixture Fixture;
void setUp(void)
{
    LOG_LOCATION;
    SystemTestSetup(&Fixture, 3);
    SystemTestSetup(&Fixture, 1);
}

void tearDown(void)