On Fri, 6 Nov 2020 12:04:20 GMT, Fernando Guallini <fguall...@openjdk.org> wrote:
> This patch is to add code coverage to the following methods > - javax.smartcardio.CardPermission::**implies** (1) > - javax.smartcardio.ResponseAPDU::**toString** (2) > > Tests are added following the expected implementation given in the methods > specifications > > (1) > https://github.com/openjdk/jdk/blob/5dfb42fc68099278cbc98e25fb8a91fd957c12e2/src/java.smartcardio/share/classes/javax/smartcardio/CardPermission.java#L214-L229 > > (2) > https://github.com/openjdk/jdk/blob/5dfb42fc68099278cbc98e25fb8a91fd957c12e2/src/java.smartcardio/share/classes/javax/smartcardio/ResponseAPDU.java#L141-L149 This pull request has now been integrated. Changeset: 90f9a705 Author: Fernando Guallini <fguall...@openjdk.org> Committer: Xue-Lei Andrew Fan <xue...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/90f9a705 Stats: 122 lines in 2 files changed: 82 ins; 12 del; 28 mod 8255546: Missing coverage for javax.smartcardio.CardPermission and ResponseAPDU Reviewed-by: xuelei ------------- PR: https://git.openjdk.java.net/jdk/pull/1092