]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/restest.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / test / intltest / restest.h
index 14a778a4ee54e811fd3f3066ad9e89f000494d56..78ee08d982270a7dfa76968cd32d2c82eded1113 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -30,6 +30,9 @@ public:
 
     void TestExemplar(void);
 
+    void TestGetSize(void);
+    void TestGetLocaleByType(void);
+
 private:
     /**
      * The assignment operator has no real implementation.
@@ -47,8 +50,6 @@ private:
 
     int32_t pass;
     int32_t fail;
-
-    IntlTest& OUT;
 };
 
 #endif