]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/g7coll.h
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / test / intltest / g7coll.h
index bc511b19c62385cf5cf957673786689463294fca..cd3d0a13c11b5b6002554602fbf1fe65bee32559 100644 (file)
@@ -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 */