ICU-114 Transliterator framework first working version

X-SVN-Rev: 210
This commit is contained in:
Alan Liu 1999-11-22 17:16:10 +00:00
parent a77dbbcd0b
commit 670402e817
2 changed files with 13 additions and 0 deletions

View file

@ -271,6 +271,10 @@ SOURCE=.\tmsgfmt.cpp
# End Source File
# Begin Source File
SOURCE=.\transtst.cpp
# End Source File
# Begin Source File
SOURCE=.\trcoll.cpp
# End Source File
# Begin Source File

View file

@ -23,6 +23,7 @@
#include "ittxtbd.h"
#include "itformat.h"
#include "itconv.h"
#include "transtst.h"
void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, char* par )
@ -68,6 +69,14 @@ void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, ch
}
break;
case 5: name = "translit";
if (exec) {
logln("TestSuite Transliterator----"); logln();
TransliteratorTest test;
callTest( test, par );
}
break;
default: name = ""; break;
}