mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-1107 put long-time test last
X-SVN-Rev: 5729
This commit is contained in:
parent
a3c3b270f4
commit
3b6806275f
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &
|
|||
{
|
||||
if(exec) logln("TestSuite Normalize:");
|
||||
switch (index) {
|
||||
CASE_SUITE(0, NormalizerConformanceTest);
|
||||
CASE_SUITE(1, BasicNormalizerTest);
|
||||
CASE_SUITE(0, BasicNormalizerTest);
|
||||
CASE_SUITE(1, NormalizerConformanceTest); // this takes a long time
|
||||
default:
|
||||
name="";
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue