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 2008/05/28 17:13:31 UTC

svn commit: r660974 - /lenya/trunk/src/targets/modules-build.xml

Author: andreas
Date: Wed May 28 08:13:31 2008
New Revision: 660974

URL: http://svn.apache.org/viewvc?rev=660974&view=rev
Log:
Allow to run Canoo tests for single modules.

Modified:
    lenya/trunk/src/targets/modules-build.xml

Modified: lenya/trunk/src/targets/modules-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/modules-build.xml?rev=660974&r1=660973&r2=660974&view=diff
==============================================================================
--- lenya/trunk/src/targets/modules-build.xml (original)
+++ lenya/trunk/src/targets/modules-build.xml Wed May 28 08:13:31 2008
@@ -119,6 +119,14 @@
     </ant>
   </target>
   
+  <target name="module.test.canoo" depends="init" description="Run Canoo web tests for a module">
+    <property name="module" value=""/>
+    <ant antfile="${build.dir}/temp/modules-build.xml">
+      <property name="webtest.home" value="${webtest.home}"/>
+      <target name="canoo-module-${module}"/>
+    </ant>
+  </target>
+  
   <target name="patch-modules-test" depends="set-test-patch-property, tests.prepare, prepare-module-test">
     <ant antfile="${build.dir}/temp/modules-build.xml"
       inheritall="true"



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