You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/05/25 10:20:27 UTC

svn commit: r947957 - /geronimo/server/branches/2.2/testsuite/security-testsuite/test-security/src/test/java/org/apache/geronimo/testsuite/security/TestConsoleSecurity.java

Author: xuhaihong
Date: Tue May 25 08:20:27 2010
New Revision: 947957

URL: http://svn.apache.org/viewvc?rev=947957&view=rev
Log:
Update verification condition due to changes in properties file

Modified:
    geronimo/server/branches/2.2/testsuite/security-testsuite/test-security/src/test/java/org/apache/geronimo/testsuite/security/TestConsoleSecurity.java

Modified: geronimo/server/branches/2.2/testsuite/security-testsuite/test-security/src/test/java/org/apache/geronimo/testsuite/security/TestConsoleSecurity.java
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/testsuite/security-testsuite/test-security/src/test/java/org/apache/geronimo/testsuite/security/TestConsoleSecurity.java?rev=947957&r1=947956&r2=947957&view=diff
==============================================================================
--- geronimo/server/branches/2.2/testsuite/security-testsuite/test-security/src/test/java/org/apache/geronimo/testsuite/security/TestConsoleSecurity.java (original)
+++ geronimo/server/branches/2.2/testsuite/security-testsuite/test-security/src/test/java/org/apache/geronimo/testsuite/security/TestConsoleSecurity.java Tue May 25 08:20:27 2010
@@ -82,7 +82,7 @@ public class TestConsoleSecurity extends
         selenium.click("submit");
         waitForPageLoad();
         
-        assertTrue(selenium.isTextPresent("Invalid Username and"));
+        assertTrue(selenium.isTextPresent("Invalid User Name and"));
     }
     
 }