ICU-535 removed a tab

X-SVN-Rev: 2211
This commit is contained in:
George Rhoten 2000-08-11 22:26:55 +00:00
parent e79da789cc
commit 00af0977fd
5 changed files with 6 additions and 6 deletions

View file

@ -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");

View file

@ -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);

View file

@ -39,6 +39,6 @@ void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, char* &name, char*
}
break;
default: name=""; break;
}
}
}

View file

@ -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;
}
}

View file

@ -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("");