mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Reformat
This commit is contained in:
parent
e27f6ebc2b
commit
d50310d252
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user