No changes, just cleanup TopLevelWindowTestCase unit test a little.
Remove the unnecessary overrides of setUp() and tearDown(). Also get rid of trailing whitespace. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,9 +35,6 @@ class TopLevelWindowTestCase : public CppUnit::TestCase
|
|||||||
public:
|
public:
|
||||||
TopLevelWindowTestCase() { }
|
TopLevelWindowTestCase() { }
|
||||||
|
|
||||||
virtual void setUp();
|
|
||||||
virtual void tearDown();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
CPPUNIT_TEST_SUITE( TopLevelWindowTestCase );
|
CPPUNIT_TEST_SUITE( TopLevelWindowTestCase );
|
||||||
CPPUNIT_TEST( DialogShowTest );
|
CPPUNIT_TEST( DialogShowTest );
|
||||||
@@ -57,18 +54,6 @@ private:
|
|||||||
// also include in its own registry so that these tests can be run alone
|
// also include in its own registry so that these tests can be run alone
|
||||||
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TopLevelWindowTestCase, "fixme" );
|
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TopLevelWindowTestCase, "fixme" );
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// test initialization
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
void TopLevelWindowTestCase::setUp()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void TopLevelWindowTestCase::tearDown()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// tests themselves
|
// tests themselves
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user