This pull request contains some refactoring to simplify the functional tests for re-use, PLUS some fixes to said tests on Mac OS X.
Manual testing
Using Oracle JDK 8 x64 on each of:
Windows 10 (10.0.10586)
Mac OS X (10.10.5)
Fedora Linux (22)
...ran mvn clean verify -Dintegration_tests=true to confirm that all functional tests passed. (the JavaFX-based browser popped up 4 times on each platform)
This pull request contains some refactoring to simplify the functional tests for re-use, PLUS some fixes to said tests on Mac OS X.
Manual testing
Using Oracle JDK 8 x64 on each of:
...ran
mvn clean verify -Dintegration_tests=true
to confirm that all functional tests passed. (the JavaFX-based browser popped up 4 times on each platform)Mission accomplished!