ICU-5044 ICU 3.4.0 incorrectly missed tagging idna_conf.txt, and this test silently failed.

This change fixes the error reporting.

X-SVN-Rev: 19168
This commit is contained in:
George Rhoten 2006-02-15 19:59:00 +00:00
parent f5a6934885
commit 0f50705ce8

View File

@ -1423,7 +1423,7 @@ void TestIDNA::testRootLabelSeparator(const char* testName, CompareFunc func,
// runIndexedTest
//---------------------------------------------
void TestIDNA::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
void TestIDNA::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par)
{
if (exec) logln((UnicodeString)"TestSuite IDNA API ");
switch (index) {
@ -1448,7 +1448,7 @@ void TestIDNA::runIndexedTest( int32_t index, UBool exec, const char* &name, cha
logln("TestSuite IDNA conf----"); logln();
IdnaConfTest test;
const char* name = "idnaconf";
test.runIndexedTest(0,TRUE,name);
callTest(test, par);
}
break;
}