File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/org/owasp/esapi/reference Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,9 @@ public void run() {
413
413
*/
414
414
@ Test public void testSetCurrentUser () throws AuthenticationException , InterruptedException {
415
415
System .out .println ("setCurrentUser" );
416
+ System .err .println ("AuthenticatorTest.setCurrentUser(): This test " +
417
+ "occasionally fails due to some undiscovered race condition. " +
418
+ "This has been reported as GitHub issue #360. Patches to fix welcome." );
416
419
String user1 = ESAPI .randomizer ().getRandomString (8 , EncoderConstants .CHAR_UPPERS );
417
420
String user2 = ESAPI .randomizer ().getRandomString (8 , EncoderConstants .CHAR_UPPERS );
418
421
User userOne = instance .createUser (user1 , "getCurrentUser" , "getCurrentUser" );
You can’t perform that action at this time.
0 commit comments