aboutsummaryrefslogtreecommitdiff
path: root/test/sun/nio
diff options
context:
space:
mode:
authorsherman <none@none>2010-11-17 21:33:16 -0800
committersherman <none@none>2010-11-17 21:33:16 -0800
commit05a84a8198bbd916a7c31c4aa95a8c37e8b34f57 (patch)
treee158b268c91a34d3db80b44a7ce87d9a3a93e8da /test/sun/nio
parentee937c28f9524fb85a1d3188bff435d32ba45d37 (diff)
6217210: RFE: Support for Cp833 in 1.4.2
Summary: Forward port the Cp833 charset Reviewed-by: poonam
Diffstat (limited to 'test/sun/nio')
-rw-r--r--test/sun/nio/cs/CheckHistoricalNames.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/sun/nio/cs/CheckHistoricalNames.java b/test/sun/nio/cs/CheckHistoricalNames.java
index fdab32d75..af04434bd 100644
--- a/test/sun/nio/cs/CheckHistoricalNames.java
+++ b/test/sun/nio/cs/CheckHistoricalNames.java
@@ -22,7 +22,7 @@
*/
/* @test
- @bug 4513767 4961027
+ @bug 4513767 4961027 6217210
@summary Checks canonical names match between old and (NIO) core charsets
*/
import java.io.InputStreamReader;
@@ -154,6 +154,7 @@ public class CheckHistoricalNames {
checkHistoricalName("Cp500");
checkHistoricalName("Cp737");
checkHistoricalName("Cp775");
+ checkHistoricalName("Cp833");
checkHistoricalName("Cp838");
checkHistoricalName("Cp850");
checkHistoricalName("Cp852");
@@ -228,6 +229,7 @@ public class CheckHistoricalNames {
checkMappedName("IBM856", "Cp856");
checkMappedName("IBM857", "Cp857");
checkMappedName("IBM00858", "Cp858");
+ checkMappedName("IBM833", "Cp833");
checkMappedName("IBM860", "Cp860");
checkMappedName("IBM861", "Cp861");
checkMappedName("IBM862", "Cp862");