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