ICU-3480 update tests
X-SVN-Rev: 14242
This commit is contained in:
parent
9feda477f4
commit
c445172791
@ -232,10 +232,10 @@ public class CollationEnglishTest extends TestFmwk{
|
||||
|
||||
private static char[][] testMore = {
|
||||
{0x0061 /* 'a' */, 0x0065 /* 'e' */},
|
||||
{0x0061 /* 'a' */, 0x0066 /* 'f' */},
|
||||
{ 0x00E6},
|
||||
{ 0x00C6},
|
||||
{0x006F /* 'o' */, 0x0065 /* 'e' */},
|
||||
{0x0061 /* 'a' */, 0x0066 /* 'f' */},
|
||||
{0x006F /* 'o' */, 0x0065 /* 'e' */},
|
||||
{ 0x0153},
|
||||
{ 0x0152},
|
||||
{0x006F /* 'o' */, 0x0066 /* 'f' */},
|
||||
|
@ -48,7 +48,7 @@ public class CollationFinnishTest extends TestFmwk {
|
||||
1,
|
||||
-1,
|
||||
// test primary > 4
|
||||
0,
|
||||
1,
|
||||
};
|
||||
|
||||
private Collator myCollation = null;
|
||||
|
@ -1091,7 +1091,7 @@ public class CollationMiscTest extends TestFmwk{
|
||||
}
|
||||
}
|
||||
|
||||
public void TestJ831() {
|
||||
public void DontTestJ831() { // Latvian does not use upper first
|
||||
String[] data = {
|
||||
"I",
|
||||
"i",
|
||||
|
@ -5,8 +5,8 @@
|
||||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/collator/TestAll.java,v $
|
||||
* $Date: 2003/11/21 04:22:59 $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2004/01/06 22:20:44 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
@ -28,7 +28,7 @@ public class TestAll extends TestGroup {
|
||||
"CollationTest",
|
||||
"CollationAPITest",
|
||||
"CollationCurrencyTest",
|
||||
"CollationDanishTest",
|
||||
//"CollationDanishTest", //Danish is already tested through data driven tests
|
||||
"CollationDummyTest",
|
||||
"CollationEnglishTest",
|
||||
"CollationFinnishTest",
|
||||
|
Loading…
Reference in New Issue
Block a user