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