Kaydet (Commit) 7769f9db authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Revert "try to get it working"

This reverts commit 7bcc608e98cd2300bf7fcfeb8ca6fbd8f5fd69a0.

Since it was working just fine before, no point in fixing unit tests
by disabling them.
üst 3cc5f8a1
......@@ -67,10 +67,10 @@ public:
void test_file_004();
CPPUNIT_TEST_SUITE( oldtestfile );
// CPPUNIT_TEST( test_file_001 );
CPPUNIT_TEST( test_file_001 );
CPPUNIT_TEST( test_file_002 );
// so buggy!! CPPUNIT_TEST( test_file_003 );
// CPPUNIT_TEST( test_file_004 );
CPPUNIT_TEST( test_file_004 );
CPPUNIT_TEST_SUITE_END( );
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment