Skip to content

Commit

Permalink
Tests to verify modulus and exponent are correct with x5c values gene…
Browse files Browse the repository at this point in the history
…rated by oxAuth KeyGenerator.
  • Loading branch information
qbert2k committed Feb 25, 2017
1 parent 0ff8da7 commit 2535f96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Client/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@
</classes>
</test>

<test name="Web Keys Test" enabled="true">
<classes>
<class name="org.xdi.oxauth.ws.rs.WebKeysTest"/>
</classes>
</test>

<!-- Dev tests-->
<test name="Custom token issuing test via session" enabled="false">
<classes>
Expand Down

0 comments on commit 2535f96

Please sign in to comment.