diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/test/intltest/thcoll.cpp')
-rw-r--r-- | Build/source/libs/icu-xetex/test/intltest/thcoll.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/icu-xetex/test/intltest/thcoll.cpp b/Build/source/libs/icu-xetex/test/intltest/thcoll.cpp index 28fe1df65ac..1fd99e7fb24 100644 --- a/Build/source/libs/icu-xetex/test/intltest/thcoll.cpp +++ b/Build/source/libs/icu-xetex/test/intltest/thcoll.cpp @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 1999-2005, International Business Machines +* Copyright (C) 1999-2006, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -53,7 +53,7 @@ void CollationThaiTest::runIndexedTest(int32_t index, UBool exec, const char* &n if((!coll) && exec) { errln(__FILE__ " cannot test - failed to create collator."); - name = ""; + name = "some test"; return; } |