[Libreoffice-commits] .: i18npool/qa

Caolán McNamara caolan at kemper.freedesktop.org
Fri Jul 27 08:09:49 PDT 2012


 i18npool/qa/cppunit/test_breakiterator.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fb66fd63d4a1ea26d0191d3b39cb7e25abf2e714
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jul 27 16:09:45 2012 +0100

    stray fprintf
    
    Change-Id: Icd10968e886be1d534e8037db6225e83712384ee

diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx
index 89b947f..38a1865 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -152,7 +152,6 @@ void TestBreakIterator::testLineBreaking()
             //Here we want the line break to move the whole lot to the next line
             i18n::LineBreakResults aResult = m_xBreak->getLineBreak(aTest, aTest.getLength()-2, aLocale, 0,
                 aHyphOptions, aUserOptions);
-            fprintf(stderr, "suggestion was %d\n", aResult.breakIndex);
             CPPUNIT_ASSERT_MESSAGE("Expected a break at the start of the line, not at ]", aResult.breakIndex == 0);
         }
     }


More information about the Libreoffice-commits mailing list