ICU-45 Added the header inclusion and case for RBBI tests

X-SVN-Rev: 595
This commit is contained in:
Madhu K 2000-01-15 01:56:11 +00:00
parent af280174c1
commit 04e19181e9

View file

@ -24,7 +24,7 @@
#include "itformat.h"
#include "itconv.h"
#include "transtst.h"
#include "itrbbi.h"
void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, char* par )
{
@ -76,7 +76,13 @@ void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, ch
callTest( test, par );
}
break;
case 6: name = "rbbi";
if (exec) {
logln("TestSuite RuleBasedBreakIterator----"); logln();
IntlTestRBBI test;
callTest( test, par );
}
break;
default: name = ""; break;
}