not for upstream: added disposing frames in order to provide the test with the chance on the second run

(cherry picked from commit 8170635)
(cherry picked from commit 7fc924f065)
This commit is contained in:
Vitaly Provodin
2016-10-12 19:12:29 +07:00
committed by alexey.ushakov@jetbrains.com
parent 4a0242d59c
commit 60f1fac173

View File

@@ -123,6 +123,10 @@ public class GrabTest {
Util.waitForIdle(robot);
test();
frame.dispose();
f1.dispose();
f.dispose();
}
public static void test() {