summaryrefslogtreecommitdiff
path: root/sal/qa/osl
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
commit282b837322acdd9a47bd08ac3a4c8981e1a3d22b (patch)
tree13adc983c1d40e87f4cb4a61a453fd68026fb377 /sal/qa/osl
parent7bcc608e98cd2300bf7fcfeb8ca6fbd8f5fd69a0 (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.
Diffstat (limited to 'sal/qa/osl')
-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 659a3a3db..b68bb7acb 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( );
};