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

guillaume at wyona.com guillaume at wyona.com
Fri Mar 26 17:53:12 CET 2010


Author: guillaume
Date: 2010-03-26 17:53:12 +0100 (Fri, 26 Mar 2010)
New Revision: 48329

Modified:
   public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/allTests.xml
Log:
State that some tests are independent of all the other ones.


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-26 16:07:09 UTC (rev 48328)
+++ public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/allTests.xml	2010-03-26 16:53:12 UTC (rev 48329)
@@ -4,12 +4,14 @@
   <target name="test" description="runs all the tests">
 
     <!-- NOTE: the following tests can be run independently from any other using '-Dwt.testInWork=tests/usecase-test-<test-name>.xml':-->
-    <!-- NOTE: the order of all the tests below matters because some tests depend on others: -->
 
     <ant antfile="usecase-test-policy-manager.xml"/>
+    <ant antfile="usecase-test-login.xml"/>
 
+
+    <!-- NOTE: the order of all the tests below may matter because some tests depend on others: -->
+
     <ant antfile="exists-homepage.xml"/>
-    <ant antfile="usecase-test-login.xml"/>
     <ant antfile="usecase-test-404.xml"/>
 <!--
     <ant antfile="usecase-test-create-realm-from-scratch.xml"/>



More information about the Yanel-commits mailing list