[Libreoffice-commits] .: sal/qa

Lubos Lunak llunak at kemper.freedesktop.org
Fri Apr 6 07:15:46 PDT 2012


 sal/qa/rtl/strings/test_ostring_stringliterals.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2dde3c3ebb8e66535bb9d9d50c5494323d2bc876
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Fri Apr 6 16:15:09 2012 +0200

    reset the flag before checking it it will be set again

diff --git a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx
index 2baac11..3bed05a 100644
--- a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx
+++ b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx
@@ -84,6 +84,7 @@ CPPUNIT_TEST_SUITE_END();
     rtl_string_unittest_const_literal = false, \
     ( void ) rtl::OString( argument ), \
     result_tmp = rtl_string_unittest_const_literal, \
+    rtl_string_unittest_const_literal = false, \
     ( void ) rtl::OStringBuffer( argument ), \
     rtl_string_unittest_const_literal && result_tmp )
 


More information about the Libreoffice-commits mailing list