You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2006/12/28 03:19:29 UTC

svn commit: r490629 - /maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/AccountSecurityTest.java

Author: brett
Date: Wed Dec 27 18:19:29 2006
New Revision: 490629

URL: http://svn.apache.org/viewvc?view=rev&rev=490629
Log:
note the issue number

Modified:
    maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/AccountSecurityTest.java

Modified: maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/AccountSecurityTest.java
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/AccountSecurityTest.java?view=diff&rev=490629&r1=490628&r2=490629
==============================================================================
--- maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/AccountSecurityTest.java (original)
+++ maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/AccountSecurityTest.java Wed Dec 27 18:19:29 2006
@@ -81,7 +81,7 @@
             {
                 if ( i == 4 )
                 {
-                    // TODO! this is due to a bug where roles are not removed with the user, so remove them by hand
+                    // TODO! this is due to a bug where roles are not removed with the user, so remove them by hand [CONTINUUM-1095]
                     clickLinkWithText( CUSTOM_USERNAME5 );
                     checkField( "removeRolesFromUser_removeSelectedRolesSystem Administrator" );
                     clickButtonWithValue( "Remove Selected Roles" );