Update of /var/cvs/tests
In directory james.mmbase.org:/tmp/cvs-serv9753
Modified Files:
build.xml
Log Message:
target for vpro.wizards accidentally removed
See also: http://cvs.mmbase.org/viewcvs/tests
Index: build.xml
===================================================================
RCS file: /var/cvs/tests/build.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- build.xml 20 Apr 2009 12:10:42 -0000 1.79
+++ build.xml 22 Apr 2009 08:22:22 -0000 1.80
@@ -363,6 +363,19 @@
</target>
+ <target name="run.vpro.wizards" depends="init" description="VPRO MMBase
wizards tests">
+ <antcall target="clean.database" inheritRefs="true" />
+ <java classname="${ui.class}" fork="true"
classpathref="run.classpath.vpro-wizards">
+ <arg value="org.mmbase.applications.vprowizards.AllTests" />
+ <jvmarg value="-Dmmbase.config=${tests.source.dir}/config" />
+ <jvmarg value="-Duser.dir=${tests.work.dir}" />
+ <assertions>
+ <enable />
+ </assertions>
+ </java>
+ </target>
+
+
<!-- ================================================================== -->
<target name="standalone" depends="init" description="Start a stand-alone
MMBase instantion">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs