We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27c36a commit 591e034Copy full SHA for 591e034
src/test/java/org/owasp/esapi/crypto/SecurityProviderLoaderTest.java
@@ -128,7 +128,7 @@ public final void testWithBouncyCastle() {
128
// validate this, so we look at the String representation of this CipherText
129
// object and pick it out of there.
130
String str = ct.toString();
131
- assertTrue( str.matches(".*, MAC is absent;.*") );
+ assertTrue( str.matches(".*; MAC is absent;.*") );
132
} catch (EncryptionException e) {
133
fail("Encryption w/ Bouncy Castle failed with EncryptionException for preferred " +
134
"cipher transformation; exception was: " + e);
0 commit comments