summaryrefslogtreecommitdiff
path: root/i18nlangtag/qa
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-20 00:59:09 +0200
committerEike Rathke <erack@redhat.com>2013-09-20 00:59:33 +0200
commit3f3e73bd380fa9b8ec772685dd14edf6df454f45 (patch)
treea015f48c670bbd83a9a3933686ea709a0ca0d080 /i18nlangtag/qa
parentb385fb8a89e865fb1924092c9fee3e032c0edda2 (diff)
second wave to register tags
Change-Id: If71d7bdbe590b66e3642e8815a536482c67dd7c0
Diffstat (limited to 'i18nlangtag/qa')
-rw-r--r--i18nlangtag/qa/cppunit/test_languagetag.cxx2
1 files changed, 2 insertions, 0 deletions
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 );