mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 15:41:36 +02:00
Remove setup(vector<string>) from Fixture template functions
This commit is contained in:
parent
0ca753a481
commit
48eab9c4e9
@ -72,11 +72,6 @@ protected:
|
|||||||
_fixture.get()->setUp();
|
_fixture.get()->setUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
void setUp(const std::vector<std::string>& setup)
|
|
||||||
{
|
|
||||||
_fixture.get()->setUp(setup);
|
|
||||||
}
|
|
||||||
|
|
||||||
void tearDown()
|
void tearDown()
|
||||||
{
|
{
|
||||||
_fixture.get()->tearDown();
|
_fixture.get()->tearDown();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user