X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/g7coll.h diff --git a/icuSources/test/intltest/g7coll.h b/icuSources/test/intltest/g7coll.h index bc511b19..cd3d0a13 100644 --- a/icuSources/test/intltest/g7coll.h +++ b/icuSources/test/intltest/g7coll.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2003, International Business Machines Corporation and + * Copyright (c) 1997-2006, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -49,7 +49,7 @@ public: enum ETotal_Test { TOTALTESTSET = 30 }; G7CollationTest() {} - virtual ~G7CollationTest() {} + virtual ~G7CollationTest(); void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); @@ -70,9 +70,6 @@ public: // " & aa ; a'-' & ee ; e'-' & ii ; i'-' & oo ; o'-' & uu ; u'-' " void TestDemo4(/* char* par */); -private: - static const UChar testCases[][MAX_TOKEN_LEN]; - static const int32_t results[TESTLOCALES][TOTALTESTSET]; }; #endif /* #if !UCONFIG_NO_COLLATION */