mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
several UnicodeString tests were not performed
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/68 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@281 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
5bebd16d54
commit
ad2bee4b06
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue