mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-09 15:42:10 +00:00
8153282: [TEST_BUG] some new JInternalFrame tests fail
Reviewed-by: alexsch, serb
This commit is contained in:
parent
b782ef4bdf
commit
09ee8a5f69
@ -67,6 +67,7 @@ public class TestJInternalFrameDispose {
|
||||
|
||||
robot.waitForIdle();
|
||||
executeTest();
|
||||
robot.delay(1000);
|
||||
dispose();
|
||||
}
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015,2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -155,7 +155,7 @@ public class TestJInternalFrameMinimize {
|
||||
};
|
||||
}
|
||||
});
|
||||
timer = new Timer(100, listener);
|
||||
timer = new Timer(1000, listener);
|
||||
timer.start();
|
||||
robot.delay(1000);
|
||||
}
|
||||
|
||||
@ -65,6 +65,7 @@ public class TestJInternalFrameMaximize {
|
||||
createUI();
|
||||
robot.waitForIdle();
|
||||
executeTest();
|
||||
robot.delay(1000);
|
||||
}
|
||||
}
|
||||
if (!"".equals(errorMessage)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user