mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-45 Added the header inclusion and case for RBBI tests
X-SVN-Rev: 595
This commit is contained in:
parent
af280174c1
commit
04e19181e9
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue