mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-8516 Add AlphabeticIndex to UOBjectTest
X-SVN-Rev: 29990
This commit is contained in:
parent
61bdf314c6
commit
b040e0649f
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,7 @@ UObject *UObjectTest::testClassNoClassID(UObject *obj, const char *className, co
|
|||
|
||||
// External Things
|
||||
#include "unicode/appendable.h"
|
||||
#include "unicode/alphaindex.h"
|
||||
#include "unicode/brkiter.h"
|
||||
#include "unicode/calendar.h"
|
||||
#include "unicode/caniter.h"
|
||||
|
@ -291,6 +292,7 @@ UObject *UObjectTest::testClassNoClassID(UObject *obj, const char *className, co
|
|||
#include "unicode/timezone.h"
|
||||
#include "unicode/translit.h"
|
||||
#include "unicode/uchriter.h"
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/unifilt.h"
|
||||
#include "unicode/unifunct.h"
|
||||
#include "unicode/uniset.h"
|
||||
|
@ -478,6 +480,7 @@ void UObjectTest::testIDs()
|
|||
// TESTCLASSID_CTOR(LocaleKeyFactory, (42));
|
||||
//#endif
|
||||
#endif
|
||||
TESTCLASSID_NONE_CTOR(AlphabeticIndex, (Locale::getEnglish(), status));
|
||||
|
||||
#if UOBJTEST_DUMP_IDS
|
||||
int i;
|
||||
|
|
Loading…
Add table
Reference in a new issue