ICU-68 several UnicodeString tests were not performed

X-SVN-Rev: 281
This commit is contained in:
Markus Scherer 1999-12-02 21:41:20 +00:00
parent 6ed1da9ef5
commit a0e21925e7

View File

@ -33,6 +33,7 @@ void UnicodeStringTest::runIndexedTest( int32_t index, bool_t exec, char* &name,
case 2: name = "TestExtract"; if (exec) TestExtract(); break;
case 3: name = "TestRemoveReplace"; if (exec) TestRemoveReplace(); break;
case 4: name = "TestCaseConversion"; if (exec) TestCaseConversion(); break;
case 5: name = "TestNothing"; break;
case 6: name = "TestSearching"; if (exec) TestSearching(); break;
case 7: name = "TestSpacePadding"; if (exec) TestSpacePadding(); break;
case 8: name = "TestPrefixAndSuffix"; if (exec) TestPrefixAndSuffix(); break;