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

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
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/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.