mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-6956 Comment out TestGetName in UCharacterTest.
X-SVN-Rev: 26193
This commit is contained in:
parent
a9a00778a8
commit
f6536b3ed4
1 changed files with 2 additions and 2 deletions
|
@ -2604,7 +2604,7 @@ public final class UCharacterTest extends TestFmwk
|
|||
}
|
||||
|
||||
public void TestGetName(){
|
||||
String[] data = {"a","z","ç","ö","î","æ","ó","€"};
|
||||
/*String[] data = {"a","z","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>","<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","<EFBFBD>"};
|
||||
String[] results = {
|
||||
"LATIN SMALL LETTER A","LATIN SMALL LETTER Z",
|
||||
"LATIN SMALL LETTER C WITH CEDILLA",
|
||||
|
@ -2625,7 +2625,7 @@ public final class UCharacterTest extends TestFmwk
|
|||
results[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
public void TestGetISOComment(){
|
||||
|
|
Loading…
Add table
Reference in a new issue