File tree 1 file changed +4
-4
lines changed
jdk/test/java/beans/XMLEncoder
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2006, 2016 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2006, 2020 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
23
23
24
24
/*
25
25
* @test
26
- * @bug 4625418
26
+ * @bug 4625418 8239965
27
27
* @summary Tests XML <a href="http://download.java.net/jdk6/docs/technotes/guides/intl/encoding.doc.html">encoding</a>
28
28
* @author Sergey Malenkov
29
29
* @run main/timeout=360 Test4625418
@@ -126,7 +126,7 @@ public final class Test4625418 implements ExceptionListener {
126
126
//"Cp939",
127
127
//"Cp942",
128
128
//"Cp942C",
129
- "Cp943" ,
129
+ // "Cp943",
130
130
//"Cp943C",
131
131
"Cp948" ,
132
132
"Cp949" ,
@@ -307,7 +307,7 @@ public final class Test4625418 implements ExceptionListener {
307
307
//"x-IBM939",
308
308
//"x-IBM942",
309
309
//"x-IBM942C",
310
- "x-IBM943" ,
310
+ // "x-IBM943",
311
311
//"x-IBM943C",
312
312
"x-IBM948" ,
313
313
"x-IBM949" ,
You can’t perform that action at this time.
0 commit comments