ICU-5566 The default for de currency format changed.

X-SVN-Rev: 21236
This commit is contained in:
George Rhoten 2007-03-13 16:11:01 +00:00
parent 86e887e4f6
commit e8260c7d00

View File

@ -667,8 +667,9 @@ void TestMessageFormat::testSetLocale()
// Just use unlocalized currency symbol.
//UnicodeString compareStrGer = "At <time> on 08.08.1997, you made a deposit of 456,83 DM.";
UnicodeString compareStrGer = "At <time> on 08.08.1997, you made a deposit of ";
compareStrGer += "456,83 ";
compareStrGer += (UChar) 0x00a4;
compareStrGer += " 456,83.";
compareStrGer += ".";
MessageFormat msg( formatStr, err);
result = "";