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/02/09 21:17:55 UTC

svn commit: r505479 - in /lenya/trunk/src: modules-core/administration/test/canoo/test.xml modules/notification/test/canoo/test.xml

Author: andreas
Date: Fri Feb  9 12:17:54 2007
New Revision: 505479

URL: http://svn.apache.org/viewvc?view=rev&rev=505479
Log:
Log out after web tests

Modified:
    lenya/trunk/src/modules-core/administration/test/canoo/test.xml
    lenya/trunk/src/modules/notification/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?view=diff&rev=505479&r1=505478&r2=505479
==============================================================================
--- lenya/trunk/src/modules-core/administration/test/canoo/test.xml (original)
+++ lenya/trunk/src/modules-core/administration/test/canoo/test.xml Fri Feb  9 12:17:54 2007
@@ -67,6 +67,9 @@
           <verifyXPath xpath="//a[normalize-space(.) = 'webTestUser']"/>
         </not>
         
+        <!-- logout -->
+        <invoke url="index.html?lenya.usecase=ac.logout"/>
+        <clickButton name="submit"/>
       </steps>
     </webtest>
   </target>

Modified: lenya/trunk/src/modules/notification/test/canoo/test.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/notification/test/canoo/test.xml?view=diff&rev=505479&r1=505478&r2=505479
==============================================================================
--- lenya/trunk/src/modules/notification/test/canoo/test.xml (original)
+++ lenya/trunk/src/modules/notification/test/canoo/test.xml Fri Feb  9 12:17:54 2007
@@ -62,6 +62,9 @@
           <verifyText text="NotificationTestSubject"/>
         </not>
         
+        <!-- logout -->
+        <invoke url="index.html?lenya.usecase=ac.logout"/>
+        <clickButton name="submit"/>
       </steps>
     </webtest>
   </target>



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