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;
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user