ICU-6956 Comment out TestGetName in UCharacterTest.
X-SVN-Rev: 26193
This commit is contained in:
parent
a9a00778a8
commit
f6536b3ed4
@ -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…
Reference in New Issue
Block a user