8153282: [TEST_BUG] some new JInternalFrame tests fail

Reviewed-by: alexsch, serb
This commit is contained in:
Rajeev Chamyal 2016-05-24 14:30:31 +05:30
parent b782ef4bdf
commit 09ee8a5f69
3 changed files with 4 additions and 2 deletions

View File

@ -67,6 +67,7 @@ public class TestJInternalFrameDispose {
robot.waitForIdle();
executeTest();
robot.delay(1000);
dispose();
}

View File

@ -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);
}

View File

@ -65,6 +65,7 @@ public class TestJInternalFrameMaximize {
createUI();
robot.waitForIdle();
executeTest();
robot.delay(1000);
}
}
if (!"".equals(errorMessage)) {