summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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( );
};