ICU-3480 minor updates

X-SVN-Rev: 14274
This commit is contained in:
Ram Viswanadha 2004-01-09 03:04:11 +00:00
parent 2be05f2528
commit 96969d34a2
2 changed files with 4 additions and 4 deletions

View File

@ -258,7 +258,7 @@ public class CollationEnglishTest extends TestFmwk{
int i; int i;
myCollation.setStrength(Collator.PRIMARY); myCollation.setStrength(Collator.PRIMARY);
for (i = 38; i < 43 ; i++) { for (i = 38; i < 43 ; i++) {
doTest(testSourceCases[39], testTargetCases[39], results[39]); doTest(testSourceCases[i], testTargetCases[i], results[i]);
} }
} }

View File

@ -3,9 +3,9 @@
* Copyright (C) 2002, International Business Machines Corporation and * * Copyright (C) 2002, International Business Machines Corporation and *
* others. All Rights Reserved. * * others. All Rights Reserved. *
******************************************************************************* *******************************************************************************
* $Source: * $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/collator/CollationFinnishTest.java,v $
* $Date: * $Date: 2004/01/09 03:04:11 $
* $Revision: * $Revision: 1.3 $
* *
***************************************************************************************** *****************************************************************************************
*/ */