mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
Reformat
This commit is contained in:
@@ -27,8 +27,8 @@ void TestSuite::run(TestResult *result)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
Test *test = *it;
|
Test *test = *it;
|
||||||
if (_setup.size() > 0)
|
if (!setup().empty())
|
||||||
test->addSetup(_setup);
|
test->addSetup(setup());
|
||||||
test->run(result);
|
test->run(result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user