| OLD | NEW |
| (Empty) |
| 1 /******************************************************************** | |
| 2 * COPYRIGHT: | |
| 3 * Copyright (c) 1997-2001, International Business Machines Corporation and | |
| 4 * others. All Rights Reserved. | |
| 5 ********************************************************************/ | |
| 6 | |
| 7 /** | |
| 8 * MajorTestLevel is the top level test class for everything in the directory "I
ntlWork". | |
| 9 */ | |
| 10 | |
| 11 #ifndef _INTLTESTFORMAT | |
| 12 #define _INTLTESTFORMAT | |
| 13 | |
| 14 #include "unicode/utypes.h" | |
| 15 | |
| 16 #if !UCONFIG_NO_FORMATTING | |
| 17 | |
| 18 #include "intltest.h" | |
| 19 | |
| 20 | |
| 21 class IntlTestFormat: public IntlTest { | |
| 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par
= NULL ); | |
| 23 }; | |
| 24 | |
| 25 #endif /* #if !UCONFIG_NO_FORMATTING */ | |
| 26 | |
| 27 #endif | |
| OLD | NEW |