[Libreoffice-commits] .: sal/qa

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Mar 10 14:46:46 PST 2011


 sal/qa/osl/file/osl_old_test_file.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 282b837322acdd9a47bd08ac3a4c8981e1a3d22b
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Thu Mar 10 23:45:43 2011 +0100

    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.

diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx
index 659a3a3..b68bb7a 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( );
 };
 


More information about the Libreoffice-commits mailing list