[Libreoffice-commits] .: sal/qa

Michael Meeks michael at kemper.freedesktop.org
Sat Jan 21 12:53:53 PST 2012


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

New commits:
commit e981b4271089607d6086ce965505020fe17b519f
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Sat Jan 21 20:53:01 2012 +0000

    sal: re-disable file based unit tests that don't pass

diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 6d885c4..a41c761 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -4807,14 +4807,14 @@ namespace osl_File
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::read, "osl_File" );
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::write, "osl_File" );
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::readLine, "osl_File" );
-// FIXME: disabled these tests for now ... they seem not to pass ...
-//    CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::copy, "osl_File" );
-//    CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::move, "osl_File" );
+    CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::copy, "osl_File" );
+    CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::move, "osl_File" );
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::remove, "osl_File" );
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::setAttributes, "osl_File" );
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::setTime, "osl_File" );
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::sync, "osl_File" );
-    CPPUNIT_REGISTRY_ADD_TO_DEFAULT( "osl_File" );
+// FIXME: to enable these tests (when they work cross-platform) we need to add the below:
+//    CPPUNIT_REGISTRY_ADD_TO_DEFAULT( "osl_File" );
 
 }// namespace osl_File
 


More information about the Libreoffice-commits mailing list