]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/numrgts.h
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / intltest / numrgts.h
index e20141cd2a42c7b251b2f65f8fb2d58825d3f6e6..ec82e355008ef78f2313421cb2074968f95c51ff 100644 (file)
@@ -1,6 +1,6 @@
 /***********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation
+ * Copyright (c) 1997-2011, International Business Machines Corporation
  * and others. All Rights Reserved.
  ***********************************************************************/
 
@@ -90,11 +90,12 @@ public:
     void Test4243011(void);
     void Test4243108(void);
     void TestJ691(void);
+    void Test8199(void);
 
 protected:
-    UBool failure(UErrorCode status, const UnicodeString& msg);
-    UBool failure(UErrorCode status, const UnicodeString& msg, const char *l);
-    UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l);
+    UBool failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError=FALSE);
+    UBool failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError=FALSE);
+    UBool failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError=FALSE);
 };
 
 #endif /* #if !UCONFIG_NO_FORMATTING */