提交 f1114212 编写于 作者: A alexp

6992847: javax/swing/JLayer/SerializationTest/SerializationTest.java failed in...

6992847: javax/swing/JLayer/SerializationTest/SerializationTest.java failed in jdk7 just against b114
Reviewed-by: rupashka
上级 001939c4
...@@ -54,9 +54,6 @@ public class SerializationTest { ...@@ -54,9 +54,6 @@ public class SerializationTest {
JLayer newLayer = (JLayer) inputStream.readObject(); JLayer newLayer = (JLayer) inputStream.readObject();
if (newLayer.getLayout() == null) {
throw new RuntimeException("JLayer's layout is null");
}
if (newLayer.getGlassPane() == null) { if (newLayer.getGlassPane() == null) {
throw new RuntimeException("JLayer's glassPane is null"); throw new RuntimeException("JLayer's glassPane is null");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册