]> granicus.if.org Git - icu/commitdiff
ICU-10336 fix test
authorScott Russell <DTownSMR@gmail.com>
Tue, 4 Mar 2014 15:15:12 +0000 (15:15 +0000)
committerScott Russell <DTownSMR@gmail.com>
Tue, 4 Mar 2014 15:15:12 +0000 (15:15 +0000)
X-SVN-Rev: 35320

icu4c/source/test/intltest/dtfmttst.cpp

index 44e44583ed527c52af035fc17437bdd50737c00f..d3fab8dd252046de10233739fdf7aac3861bf29d 100644 (file)
@@ -4295,7 +4295,7 @@ void DateFormatTest::TestParseMultiPatternMatch() {
             {true,       UnicodeString("2013 Oct 20 4th quarter"),    UnicodeString("yyyy MMM dd qqqq"),    UnicodeString("2013 Oct 20 4th quarter")}, 
             {false,      UnicodeString("2013 Oct 21 Q4"),             UnicodeString("yyyy MMM dd qqqq"),    UnicodeString("")}, 
             {false,      UnicodeString("2013 Oct 22 4th quarter"),    UnicodeString("yyyy MMM dd qqqq"),    UnicodeString("2013 Oct 22 4th quarter")},
-            {false,      NULL,                                        NULL,                                 NULL},
+            {false,      (UnicodeString)NULL,                         (UnicodeString)NULL,                  (UnicodeString)NULL},
        };      
 
     UErrorCode status = U_ZERO_ERROR;