mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-900 A test wasn't being called. Now it is called.
X-SVN-Rev: 5483
This commit is contained in:
parent
e676f8d380
commit
81459b5a6d
1 changed files with 7 additions and 0 deletions
|
@ -144,6 +144,13 @@ void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name,
|
|||
TestWOY();
|
||||
}
|
||||
break;
|
||||
case 18:
|
||||
name = "TestRog";
|
||||
if (exec) {
|
||||
logln("TestRog---"); logln("");
|
||||
TestRog();
|
||||
}
|
||||
break;
|
||||
default: name = ""; break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue