microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

Enhance and repair functional tests #29

Closed olivierdagenais closed 8 years ago

olivierdagenais commented 8 years ago

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:

  1. Windows 10 (10.0.10586)
  2. Mac OS X (10.10.5)
  3. 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)

Mission accomplished!