You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/10/29 10:56:29 UTC

svn commit: r589566 - /lenya/trunk/src/modules-core/administration/test/canoo/test.xml

Author: andreas
Date: Mon Oct 29 02:56:28 2007
New Revision: 589566

URL: http://svn.apache.org/viewvc?rev=589566&view=rev
Log:
Updated web test: user IDs are converted to lowercase

Modified:
    lenya/trunk/src/modules-core/administration/test/canoo/test.xml

Modified: lenya/trunk/src/modules-core/administration/test/canoo/test.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/administration/test/canoo/test.xml?rev=589566&r1=589565&r2=589566&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/administration/test/canoo/test.xml (original)
+++ lenya/trunk/src/modules-core/administration/test/canoo/test.xml Mon Oct 29 02:56:28 2007
@@ -48,16 +48,18 @@
         
         <!-- back to users list -->
         <invoke url="index.html?lenya.usecase=admin.users"/>
-        <verifyXPath xpath="//a[normalize-space(.) = 'webTestUser']"/>
+        
+        <!-- user IDs are automatically converted to lowercase -->
+        <verifyXPath xpath="//a[normalize-space(.) = 'webtestuser']"/>
         
         <!-- delete user -->
-        <clickButton xpath="//form[input[@value = 'webTestUser']]/input[@type = 'submit']"/>
+        <clickButton xpath="//form[input[@value = 'webtestuser']]/input[@type = 'submit']"/>
         <verifyText text="Delete User"/>
-        <verifyText text="webTestUser"/>
+        <verifyText text="webtestuser"/>
         <clickButton name="submit"/>
         <verifyText text="Add User:"/>
         <not>
-          <verifyXPath xpath="//a[normalize-space(.) = 'webTestUser']"/>
+          <verifyXPath xpath="//a[normalize-space(.) = 'webtestuser']"/>
         </not>
         
         <doLogout/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org