File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/codehaus/plexus/components/secdispatcher/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ void detection() {
131131 assertFalse (
132132 secDispatcher .isEncryptedString ("Oleg was here {12345678901234567890123456789012345678901234567890}" ));
133133 assertTrue (secDispatcher .isLegacyEncryptedString (
134- "Oleg was here {12345678901234567890123456789012345678901234567890} " ));
134+ "{12345678901234567890123456789012345678901234567890} Oleg was here" ));
135135 assertTrue (secDispatcher .isLegacyEncryptedString (
136- "Oleg was here {12345678901234567890123456789012345678901234567890}" ));
136+ "Oleg {12345678901234567890123456789012345678901234567890} was here " ));
137137
138138 // contains {} in the middle
139139 assertFalse (secDispatcher .isEncryptedString ("{KDvsYOFLlX{}gH4LU8tvpzAGg5otiosZXvfdQq0yO86LU=}" ));
You can’t perform that action at this time.
0 commit comments