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 jbrbot
parent ab03e800e1
commit f9dd2acc7c

View File

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