X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=test%2Ftest_i18n.cpp;fp=test%2Ftest_i18n.cpp;h=c24c46f3792955d95721e880c00e12afd9ce70d8;hb=c3df2bda5837805d87bc2f8d6ff7c8bca8e1d6ff;hp=e0470caed72a51e37ed0cdd5719220004dddb2ba;hpb=49ee03b8f8540d2f09ebd416d2f3e09350300573;p=libi2ncommon diff --git a/test/test_i18n.cpp b/test/test_i18n.cpp index e0470ca..c24c46f 100644 --- a/test/test_i18n.cpp +++ b/test/test_i18n.cpp @@ -151,7 +151,6 @@ BOOST_AUTO_TEST_CASE(Noop) { BOOST_CHECK_EQUAL(i18n_noop("Test"), "Test"); BOOST_CHECK_EQUAL(i18n_noop(" Test "), " Test "); - BOOST_CHECK_EQUAL(i18n_noops("Test") + "2", "Test2"); // this only works if first operand of "+" is string } BOOST_AUTO_TEST_SUITE_END()