Skip to content

Commit 6cb3602

Browse files
author
Wenjun Che
committed
RUN-1079: Cross app docking in OpenFinWindowTest.java
1 parent 09e223d commit 6cb3602

4 files changed

Lines changed: 1 addition & 2 deletions

File tree

release/junit2.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java -cp openfin-desktop-java-example-5.44.2.2.jar;openfin-desktop-java-adapter-5.44.2.2.jar;TableLayout-20050920.jar;jna-4.1.0.jar;jna-platform-4.1.0.jar;json-20140107.jar;slf4j-api-1.7.5.jar;slf4j-jdk14-1.6.1.jar;junit-4.11.jar;hamcrest-core-1.3.jar;hamcrest-core-1.3.jar;hamcrest-library-1.1.jar;mockito-core-1.9.5.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.demo.version=5.44.9.13 org.junit.runner.JUnitCore com.openfin.desktop.demo.OpenFinWindowTest
1+
java -cp openfin-desktop-java-example-5.44.2.2.jar;openfin-desktop-java-adapter-5.44.2.2.jar;TableLayout-20050920.jar;jna-4.1.0.jar;jna-platform-4.1.0.jar;json-20140107.jar;slf4j-api-1.7.5.jar;slf4j-jdk14-1.6.1.jar;junit-4.11.jar;hamcrest-core-1.3.jar;hamcrest-core-1.3.jar;hamcrest-library-1.1.jar;mockito-core-1.9.5.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.demo.runtime.version=5.44.10.25 org.junit.runner.JUnitCore com.openfin.desktop.demo.OpenFinWindowTest
85 Bytes
Binary file not shown.
-50 Bytes
Binary file not shown.

src/main/java/com/openfin/desktop/demo/OpenFinWindowTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ public void onError(Ack ack) {
396396
assertEquals("minimized event not recieved", "minimized", eventTypeRecieved.get());
397397
}
398398

399-
@Ignore("Cross app docking not supported")
400399
@Test
401400
public void windowsInShameGroupMoveTogether() throws Exception {
402401
final int width = 600, height = 900;

0 commit comments

Comments
 (0)