summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-03-10 23:45:43 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-03-10 23:45:43 +0100
commit7769f9dbd4613a147a60d76e2df9fedd0f11289f (patch)
treee5f8e78ebbee7ad8e47abdb68744ee05332c6bdc
parent3cc5f8a12ea11808c34f47864b94d7dbda67fb3f (diff)
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.
-rw-r--r--sal/qa/osl/file/osl_old_test_file.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx
index 419f23391a38..0b2f4d5664ca 100644
--- a/sal/qa/osl/file/osl_old_test_file.cxx
+++ b/sal/qa/osl/file/osl_old_test_file.cxx
@@ -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( );
};