mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
Call addSetup from fixture
This commit is contained in:
parent
c0d76f516c
commit
4bd63a8ef3
@ -69,6 +69,8 @@ protected:
|
||||
|
||||
void setUp()
|
||||
{
|
||||
if (!setup().empty())
|
||||
_fixture.get()->addSetup(setup());
|
||||
_fixture.get()->setUp();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user