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