[Libreoffice-commits] .: sal/qa

Caolán McNamara caolan at kemper.freedesktop.org
Tue Feb 8 13:04:25 PST 2011


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

New commits:
commit 6b55bfbf6854459eb9c8516357e073480c56bdbc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 8 21:04:20 2011 +0000

    quieten test, who cares what it does when its working

diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx
index 234fe34..37ed64d 100644
--- a/sal/qa/osl/file/osl_old_test_file.cxx
+++ b/sal/qa/osl/file/osl_old_test_file.cxx
@@ -217,7 +217,7 @@ void oldtestfile::test_file_003()
                         }
                         OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US );
                         OString obase = OUStringToOString( base3 , RTL_TEXTENCODING_ASCII_US );
-                        fprintf( stderr, "%d %s + %s = %s\n" ,e, obase.getStr(), aSource3[i], o.pData->buffer );
+                        //fprintf( stderr, "%d %s + %s = %s\n" ,e, obase.getStr(), aSource3[i], o.pData->buffer );
                     }
                     unlink( "/tmp/c" );
                 }
@@ -265,7 +265,7 @@ void oldtestfile::test_file_004()
         }
         OString o = OUStringToOString( target , RTL_TEXTENCODING_ASCII_US );
         OString obase = OUStringToOString( base4 , RTL_TEXTENCODING_ASCII_US );
-        fprintf( stderr, "%d %s + %s = %s\n" ,e, obase.getStr(), aSource1[i], o.pData->buffer );
+        //fprintf( stderr, "%d %s + %s = %s\n" ,e, obase.getStr(), aSource1[i], o.pData->buffer );
     }
 
 


More information about the Libreoffice-commits mailing list