Skip to content

Commit 491f064

Browse files
author
kevin.w.wall
committed
Added commented out line to show effects of CipherSpec.toString() method.
Should probably write test for this, but no time for now.
1 parent 152d451 commit 491f064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/owasp/esapi/util/CipherSpecTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public class CipherSpecTest {
7979
assertTrue( cipherSpec.getCipherAlgorithm().equals("AES"));
8080
assertTrue( cipherSpec.getCipherMode().equals("ECB") );
8181
assertTrue( cipherSpec.getPaddingScheme().equals("NoPadding") );
82+
// System.out.println("testCipherSpecInt(): " + cipherSpec);
8283
}
8384

8485
/** Test CipherSpec(final byte[] iv) */

0 commit comments

Comments
 (0)