ICU-3480 update tests
X-SVN-Rev: 14244
This commit is contained in:
parent
661932e6ba
commit
77f5726618
@ -5,8 +5,8 @@
|
||||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/collator/CollationTest.java,v $
|
||||
* $Date: 2003/12/31 21:22:16 $
|
||||
* $Revision: 1.17 $
|
||||
* $Date: 2004/01/06 23:09:07 $
|
||||
* $Revision: 1.18 $
|
||||
*
|
||||
*******************************************************************************
|
||||
*/
|
||||
@ -305,7 +305,8 @@ public class CollationTest extends ModuleTest
|
||||
m_nextRelation_ = -1;
|
||||
m_target_.delete(0, m_target_.length());
|
||||
Vector vector = new Vector();
|
||||
int lastsmallerthanindex = 0;
|
||||
int lastsmallerthanindex = -1;
|
||||
getNextInSequence();
|
||||
while (getNextInSequence()) {
|
||||
String target = m_target_.toString();
|
||||
doTest(this, col, m_source_, target, m_relation_);
|
||||
|
@ -5,8 +5,8 @@
|
||||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/collator/Attic/CollationTestData.java,v $
|
||||
* $Date: 2004/01/05 22:23:38 $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2004/01/06 23:09:06 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
*******************************************************************************
|
||||
*/
|
||||
@ -648,7 +648,7 @@ public class CollationTestData extends ICUListResourceBundle {
|
||||
},
|
||||
},
|
||||
{
|
||||
"da_TestPrimary",
|
||||
"TestDanishPrimary",
|
||||
new Object[][]{
|
||||
{
|
||||
"Cases",
|
||||
@ -694,7 +694,7 @@ public class CollationTestData extends ICUListResourceBundle {
|
||||
},
|
||||
},
|
||||
{
|
||||
"da_TestTertiary",
|
||||
"TestDanishTertiary",
|
||||
new Object[][]{
|
||||
{
|
||||
"Cases",
|
||||
@ -776,7 +776,7 @@ public class CollationTestData extends ICUListResourceBundle {
|
||||
},
|
||||
},
|
||||
{
|
||||
"hi_TestNewRules",
|
||||
"TestNewHindiRules",
|
||||
new Object[][]{
|
||||
{
|
||||
"Cases",
|
||||
|
Loading…
Reference in New Issue
Block a user