6992847: javax/swing/JLayer/SerializationTest/SerializationTest.java failed in jdk7 just against b114

Reviewed-by: rupashka
This commit is contained in:
Alexander Potochkin 2010-11-25 20:23:44 +03:00
parent 2cb1aa0488
commit eaebbf1783

View File

@ -54,9 +54,6 @@ public class SerializationTest {
JLayer newLayer = (JLayer) inputStream.readObject();
if (newLayer.getLayout() == null) {
throw new RuntimeException("JLayer's layout is null");
}
if (newLayer.getGlassPane() == null) {
throw new RuntimeException("JLayer's glassPane is null");
}