mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 23:05:28 +00:00
6992847: javax/swing/JLayer/SerializationTest/SerializationTest.java failed in jdk7 just against b114
Reviewed-by: rupashka
This commit is contained in:
parent
2cb1aa0488
commit
eaebbf1783
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user