Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
35
stars
22
forks
source link
TDD: version string with only major & minor #35
Closed
olivierdagenais closed 8 years ago
Found through the GCML4ML: sometimes the Mac OS X version is only
major.minor
, so madepatch
optional.Manual testing
ProgramTest#checkOsRequirements_macOsHappy()
for version strings like10.11
and10.12
. The updated test failed.Mission accomplished!