[Yanel-commits] rev 48265 - public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests

guillaume at wyona.com guillaume at wyona.com
Wed Mar 24 14:43:54 CET 2010


Author: guillaume
Date: 2010-03-24 14:43:54 +0100 (Wed, 24 Mar 2010)
New Revision: 48265

Modified:
   public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/allTests.xml
   public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-policy-manager.xml
Log:
Commented logout step as it does not sem to be working reliably in this test,
 although it wroks perfectly in the dedicated login-logout test.


Modified: public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/allTests.xml
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/allTests.xml	2010-03-24 12:47:52 UTC (rev 48264)
+++ public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/allTests.xml	2010-03-24 13:43:54 UTC (rev 48265)
@@ -5,7 +5,7 @@
 
     <!-- note: the following tests can be run independently from any other using '-Dwt.testInWork=tests/usecase-test-<test-name>.xml':-->
 
-    <ant antfile="usecase-test-policy-manager.xml"/>
+    <ant antfile="usecase-test-policy-manager.xml"/><!--FIXME does not logout => change state => may influence following tests -->
 
 
     <!-- note: the order of all the tests below matters because some tests depend on others: -->

Modified: public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-policy-manager.xml
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-policy-manager.xml	2010-03-24 12:47:52 UTC (rev 48264)
+++ public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-policy-manager.xml	2010-03-24 13:43:54 UTC (rev 48265)
@@ -24,7 +24,9 @@
       <verifyText description="Check policy path in page title:" text="Aggregated Access Policy for path &lt;em&gt;/&lt;/em&gt;:"/>
 
 
+<!--FIXME logout seems not to work reliably for this test, and oddly enough Canoo does not provide a link to the last produced page:
       <logout/>
+-->
     </webtest>
 
   </target>



More information about the Yanel-commits mailing list