File tree Expand file tree Collapse file tree
src/test/java/org/owasp/esapi/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1016,7 +1016,7 @@ public void testGetDefaultCanonicalizationCodecs() {
10161016 } catch ( IntrusionException iex ) {
10171017 caughtExpected = true ;
10181018 }
1019- assertEquals ( true , caughtExpected ); // Verify it threw an IntrusionException
1019+ assertTrue ( caughtExpected ); // Verify it threw an IntrusionException
10201020
10211021 // Now set up a case where (via the Encoder.DefaultCodecList property)
10221022 // where "UnixCodec" is added on to the standard list of 3 normal codecs
@@ -1050,7 +1050,7 @@ public void testGetDefaultCanonicalizationCodecs() {
10501050 caughtExpected = true ;
10511051 }
10521052
1053- assertEquals ( true , caughtExpected ); // Verify it threw an IntrusionException
1053+ assertTrue ( caughtExpected ); // Verify it threw an IntrusionException
10541054 }
10551055
10561056 /**
You can’t perform that action at this time.
0 commit comments