From 04e19181e9e545ed4075cf5def6a379e8816cca1 Mon Sep 17 00:00:00 2001 From: Madhu K Date: Sat, 15 Jan 2000 01:56:11 +0000 Subject: [PATCH] ICU-45 Added the header inclusion and case for RBBI tests X-SVN-Rev: 595 --- icu4c/source/test/intltest/itmajor.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/itmajor.cpp b/icu4c/source/test/intltest/itmajor.cpp index 3ec2caa509d..b32d89be4d8 100644 --- a/icu4c/source/test/intltest/itmajor.cpp +++ b/icu4c/source/test/intltest/itmajor.cpp @@ -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; }