mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-535 removed a tab
X-SVN-Rev: 2211
This commit is contained in:
parent
e79da789cc
commit
00af0977fd
5 changed files with 6 additions and 6 deletions
|
@ -990,7 +990,7 @@ main(int argc, char* argv[])
|
|||
if (major.getErrors() == 0) {
|
||||
fprintf(stdout, "OK: All tests passed without error.\n");
|
||||
}else{
|
||||
fprintf(stdout, "Errors in total: %ld.\n", major.getErrors());
|
||||
fprintf(stdout, "Errors in total: %ld.\n", major.getErrors());
|
||||
}
|
||||
|
||||
fprintf(stdout, "--------------------------------------\n");
|
||||
|
|
|
@ -121,7 +121,7 @@ protected:
|
|||
Collator::EComparisonResult expectedResult );
|
||||
|
||||
static UnicodeString &prettify(const UnicodeString &source, UnicodeString &target);
|
||||
static UnicodeString prettify(const UnicodeString &source);
|
||||
static UnicodeString prettify(const UnicodeString &source);
|
||||
static UnicodeString &prettify(const CollationKey &source, UnicodeString &target);
|
||||
static UnicodeString &appendHex(uint32_t number, int8_t digits, UnicodeString &target);
|
||||
static UnicodeString &appendCompareResult(Collator::EComparisonResult result, UnicodeString &target);
|
||||
|
|
|
@ -39,6 +39,6 @@ void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, char* &name, char*
|
|||
}
|
||||
break;
|
||||
default: name=""; break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -54,6 +54,6 @@ void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, char* &n
|
|||
CASE(7, UnicodeFilterLogicTest);
|
||||
CASE(8, TransliteratorRoundTripTest);
|
||||
CASE(9, UnicodeSetTest);
|
||||
default: name=""; break;
|
||||
}
|
||||
default: name=""; break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,7 +84,7 @@ void IntlTestUtilities::runIndexedTest( int32_t index, UBool exec, char* &name,
|
|||
callTest( test, par );
|
||||
}
|
||||
break;
|
||||
case 6:
|
||||
case 6:
|
||||
name = "NewResourceBundleTest";
|
||||
if (exec) {
|
||||
logln("NewResourceBundleTest---"); logln("");
|
||||
|
|
Loading…
Add table
Reference in a new issue