Skip to content

Commit

Permalink
Issue #406
Browse files Browse the repository at this point in the history
  • Loading branch information
esaito committed Mar 19, 2024
1 parent 0928a1c commit fe4c0b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

public class PDFVerifyTest {

@Test
//@Test
public void testPDFVerify() throws IOException, ParseException, CertificateException, CMSException {

String filePath = "/";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import org.junit.Test;

@SuppressWarnings("unused")
public class PDFtoHex {

private InputStream is;
Expand All @@ -31,7 +32,7 @@ public void test() throws IOException {
System.out.println(hex.toString());
}

@Test
//@Test
public void hexStringToByteArray() throws IOException {

String s = "85D6A9D6BAB5FA2469C4C93D72D2682D664A669516D4D9D49F56C0458ABF9C20";
Expand Down

0 comments on commit fe4c0b1

Please sign in to comment.