]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/listformattertest.cpp
ICU-551.24.tar.gz
[apple/icu.git] / icuSources / test / intltest / listformattertest.cpp
index 1e0418361a6287589cb3312e33c970e8c7a22599..25474c798ebae2991a9dd0790e2954c9f795b6d6 100644 (file)
@@ -182,8 +182,8 @@ void ListFormatterTest::TestZulu() {
     UnicodeString results[4] = {
         one,
         "I-" + one + " ne-" + two,
-        one + ", " + two + ", no-" + three,
-        one + ", " + two + ", " + three + ", no-" + four
+        one + ", " + two + ", ne-" + three,
+        one + ", " + two + ", " + three + ", ne-" + four
     };
 
     CheckFourCases("zu", one, two, three, four, results);