mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
Call addSetup from fixture
This commit is contained in:
@@ -69,6 +69,8 @@ protected:
|
||||
|
||||
void setUp()
|
||||
{
|
||||
if (!setup().empty())
|
||||
_fixture.get()->addSetup(setup());
|
||||
_fixture.get()->setUp();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user