X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/48b980fed3435926e0b3a8d72ecb58be703a1c7a..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/test/intltest/itutil.h diff --git a/icuSources/test/intltest/itutil.h b/icuSources/test/intltest/itutil.h index e2dd8e10..5fe691e4 100644 --- a/icuSources/test/intltest/itutil.h +++ b/icuSources/test/intltest/itutil.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and + * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -11,14 +11,18 @@ #ifndef _INTLTESTUTILITIES #define _INTLTESTUTILITIES - #include "intltest.h" - class IntlTestUtilities: public IntlTest { public: void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); }; +class ErrorCodeTest: public IntlTest { +public: + void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); + void TestErrorCode(); + void TestSubclass(); +}; #endif