From continuum-commits-return-2790-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Thu Dec 28 02:20:23 2006 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 64151 invoked from network); 28 Dec 2006 02:20:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2006 02:20:23 -0000 Received: (qmail 1855 invoked by uid 500); 28 Dec 2006 02:20:30 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 1838 invoked by uid 500); 28 Dec 2006 02:20:29 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 1825 invoked by uid 99); 28 Dec 2006 02:20:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Dec 2006 18:20:29 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Dec 2006 18:20:22 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id B39A21A981A; Wed, 27 Dec 2006 18:19:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r490629 - /maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/AccountSecurityTest.java Date: Thu, 28 Dec 2006 02:19:29 -0000 To: continuum-commits@maven.apache.org From: brett@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061228021929.B39A21A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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" );