ICU-114 Updated for Addtional TransliteratorAPI tests

X-SVN-Rev: 624
This commit is contained in:
Madhu K 2000-01-18 02:35:52 +00:00
parent 7efc827736
commit cfb896fcbe
3 changed files with 31 additions and 8 deletions

View file

@ -65,7 +65,7 @@ numfmtst.o numrgts.o pptest.o regcoll.o restest.o sdtfmtts.o tchcfmt.o \
tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \
tsmthred.o tsmutex.o tsnmfmt.o tsputil.o tstnorm.o tzbdtest.o \
tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o transtst.o strtest.o thcoll.o \
itrbbi.o rbbiapts.o rbbitst.o
itrbbi.o rbbiapts.o rbbitst.o ittrans.o transapi.o
DEPS = $(OBJECTS:.o=.d)

View file

@ -203,6 +203,10 @@ SOURCE=.\itrbbi.cpp
# End Source File
# Begin Source File
SOURCE=.\ittrans.cpp
# End Source File
# Begin Source File
SOURCE=.\ittxtbd.cpp
# End Source File
# Begin Source File
@ -291,6 +295,10 @@ SOURCE=.\tmsgfmt.cpp
# End Source File
# Begin Source File
SOURCE=.\transapi.cpp
# End Source File
# Begin Source File
SOURCE=.\transtst.cpp
# End Source File
# Begin Source File
@ -475,6 +483,10 @@ SOURCE=.\itmajor.h
# End Source File
# Begin Source File
SOURCE=.\ittrans.h
# End Source File
# Begin Source File
SOURCE=.\ittxtbd.h
# End Source File
# Begin Source File
@ -563,6 +575,10 @@ SOURCE=.\tmsgfmt.h
# End Source File
# Begin Source File
SOURCE=.\transapi.h
# End Source File
# Begin Source File
SOURCE=.\trcoll.h
# End Source File
# Begin Source File

View file

@ -1,8 +1,15 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-1999, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/*
*****************************************************************************************
* *
* COPYRIGHT: *
* (C) Copyright Taligent, Inc., 1997 *
* (C) Copyright International Business Machines Corporation, 1997-1998 *
* Licensed Material - Program-Property of IBM - All Rights Reserved. *
* US Government Users Restricted Rights - Use, duplication, or disclosure *
* restricted by GSA ADP Schedule Contract with IBM Corp. *
* *
*****************************************************************************************
*/
/**
* MajorTestLevel is the top level test class for everything in the directory "IntlWork".
@ -16,7 +23,7 @@
#include "ittxtbd.h"
#include "itformat.h"
#include "itconv.h"
#include "transtst.h"
#include "ittrans.h"
#include "itrbbi.h"
void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, char* par )
@ -65,7 +72,7 @@ void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, ch
case 5: name = "translit";
if (exec) {
logln("TestSuite Transliterator----"); logln();
TransliteratorTest test;
IntlTestTransliterator test;
callTest( test, par );
}
break;