X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=source%2Ftest%2Fcintltst%2Fcreststn.c;h=a5f92e9441bb55275e79cf1744cdf94090657018;hb=4125abc39e19d514b1b9199bcb36929ac7ce912e;hp=da64f20f921ac0a7bcdd1b7712239eb8b4771df5;hpb=febceca83f95a8bebf5c871640fd82af8c3721bb;p=platform%2Fupstream%2Ficu.git diff --git a/source/test/cintltst/creststn.c b/source/test/cintltst/creststn.c index da64f20..a5f92e9 100644 --- a/source/test/cintltst/creststn.c +++ b/source/test/cintltst/creststn.c @@ -1,4 +1,4 @@ -// © 2016 and later: Unicode, Inc. and others. +// Copyright (C) 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: @@ -2127,7 +2127,7 @@ static void TestFallback() UResourceBundle* tResB; UResourceBundle* zoneResource; const UChar* version = NULL; - static const UChar versionStr[] = { 0x0032, 0x002E, 0x0031, 0x002E, 0x0033, 0x0031, 0x002E, 0x0033, 0x0033, 0x0000}; // 2.1.31.33 in nn_NO + static const UChar versionStr[] = { 0x0032, 0x002E, 0x0031, 0x002E, 0x0032, 0x0037, 0x002E, 0x0034, 0x0030, 0x0000}; // 2.1.27.40 in nn_NO if(err != U_ZERO_ERROR){ log_data_err("Expected U_ZERO_ERROR when trying to test no_NO_NY aliased to nn_NO for Version err=%s\n",u_errorName(err));