From 3f3e73bd380fa9b8ec772685dd14edf6df454f45 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 20 Sep 2013 00:59:09 +0200 Subject: second wave to register tags Change-Id: If71d7bdbe590b66e3642e8815a536482c67dd7c0 --- i18nlangtag/qa/cppunit/test_languagetag.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18nlangtag/qa') diff --git a/i18nlangtag/qa/cppunit/test_languagetag.cxx b/i18nlangtag/qa/cppunit/test_languagetag.cxx index 2368ca23054a..945fc747bd34 100644 --- a/i18nlangtag/qa/cppunit/test_languagetag.cxx +++ b/i18nlangtag/qa/cppunit/test_languagetag.cxx @@ -521,6 +521,8 @@ void TestLanguageTag::testAllIsoLangEntries() #endif } + // Uncommenting this makes the test break and output SAL_WARN/INFO + //CPPUNIT_ASSERT( true == false ); } CPPUNIT_TEST_SUITE_REGISTRATION( TestLanguageTag ); -- cgit