diff --git a/alib2data/test-src/graph/GraphTest.cpp b/alib2data/test-src/graph/GraphTest.cpp index ec93adfd7ed658fab9de40380f45269f3e72ac22..f9f33a3e10d51072ef837931b33639543d203caa 100644 --- a/alib2data/test-src/graph/GraphTest.cpp +++ b/alib2data/test-src/graph/GraphTest.cpp @@ -10,14 +10,6 @@ CPPUNIT_TEST_SUITE_REGISTRATION(GraphTest); -void GraphTest::setUp() -{ -} - -void GraphTest::tearDown() -{ -} - void GraphTest::testCopyConstruct() { testCopyConstruct_impl(graph::REPRESENTATION::ADJACENCY_LIST); diff --git a/alib2data/test-src/graph/GraphTest.h b/alib2data/test-src/graph/GraphTest.h index be8375cf8d6e6afdd75c9276359535c43f31b2d2..63ed55a4c3ab876c2d0435ff445e9d15520c0d72 100644 --- a/alib2data/test-src/graph/GraphTest.h +++ b/alib2data/test-src/graph/GraphTest.h @@ -22,9 +22,6 @@ class GraphTest : public CppUnit::TestFixture CPPUNIT_TEST_SUITE_END(); public: - void setUp(); - void tearDown(); - void testCopyConstruct(); void testEqual(); void testXMLParser();