Skip to content

Commit 7cd3e95

Browse files
author
Wenjun Che
committed
RUN-1079: added WindowPositionTest.java
1 parent b051511 commit 7cd3e95

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed
-99 Bytes
Binary file not shown.

src/test/java/com/openfin/desktop/WindowPositionTest.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,6 @@ public static void teardown() throws Exception {
6262
}
6363
}
6464

65-
66-
@Ignore("later")
67-
@Test
68-
public void saveWindowStateWithoutRuntimeRestart() throws Exception {
69-
int repeat = 30;
70-
String value = java.lang.System.getProperty("com.openfin.desktop.WindowPositionTest.repeat");
71-
if (value != null) {
72-
repeat = Integer.parseInt(value);
73-
}
74-
logger.debug(String.format("Running test %d times", repeat));
75-
for (int i = 0; i < repeat; i++) {
76-
runAndClose();
77-
}
78-
}
79-
8065
@Test
8166
public void saveWindowStateWithRuntimeRestart() throws Exception {
8267
int repeat = 30;

0 commit comments

Comments
 (0)