diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-27 16:09:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-27 16:09:45 +0100 |
commit | fb66fd63d4a1ea26d0191d3b39cb7e25abf2e714 (patch) | |
tree | 24e2a62088108b779f78fbcb5c695282dc64c1b0 /i18npool/qa | |
parent | 89fcfe2ec21f26ce0d237e518d21b5c0e898246d (diff) |
stray fprintf
Change-Id: Icd10968e886be1d534e8037db6225e83712384ee
Diffstat (limited to 'i18npool/qa')
-rw-r--r-- | i18npool/qa/cppunit/test_breakiterator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index 89b947f57642..38a1865fd1ed 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); } } |