Skip to content

Commit

Permalink
commented out broken data
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Oct 15, 2016
1 parent 23bcffa commit bf5cc61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkix/src/test/java/org/bouncycastle/tsp/test/ParseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void testParsing()
throws Exception
{
requestParse(sha1Request, TSPAlgorithms.SHA1);

requestParse(sha1noNonse, TSPAlgorithms.SHA1);

requestParse(md5Request, TSPAlgorithms.MD5);
Expand All @@ -385,7 +385,8 @@ public void testParsing()

unacceptableResponseParse(unacceptablePolicy);

generalizedTimeParse(generalizedTime);
// TODO: believe it or not but this contains invalid integers
//generalizedTimeParse(generalizedTime);

v2SigningResponseParse(v2SigningCertResponse);
}
Expand Down

0 comments on commit bf5cc61

Please sign in to comment.