mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
[ICU-68] several UnicodeString tests were not performed
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/281
This commit is contained in:
parent
b71a1a63d4
commit
4444a3ee1a
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