]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/trnserr.h
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / test / intltest / trnserr.h
index f4e415c4f87d3bd0bc92e8134d3ac80be853005b..35b4c5a4bd6819eaf549cf7ba281e2dea77e2c96 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2001, International Business Machines Corporation and
+ * Copyright (c) 2001-2005, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /************************************************************************
  * others. All Rights Reserved.
  ********************************************************************/
 /************************************************************************
@@ -37,11 +37,15 @@ public:
     
     void TestUnicodeSetErrors(void);
 
     
     void TestUnicodeSetErrors(void);
 
-    void TestUniToHexErrors(void);
+    //void TestUniToHexErrors(void);
 
     void TestRBTErrors(void);
 
 
     void TestRBTErrors(void);
 
-    void TestHexToUniErrors(void);
+    //void TestHexToUniErrors(void);
+
+    // JitterBug 4452, for coverage.  The reason to put this method here is 
+    //  this class is comparable smaller than other Transliterator*Test classes
+    void TestCoverage(void);
 
 };
 
 
 };