You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/06/03 08:18:19 UTC

svn commit: r543847 - /ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml

Author: kevj
Date: Sat Jun  2 23:18:18 2007
New Revision: 543847

URL: http://svn.apache.org/viewvc?view=rev&rev=543847
Log:
-skeleton remove test

Added:
    ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml

Added: ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml?view=auto&rev=543847
==============================================================================
--- ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml (added)
+++ ant/sandbox/antlibs/debian/trunk/src/tests/antunit/remove-test.xml Sat Jun  2 23:18:18 2007
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<project default="all" 
+  xmlns:au="antlib:org.apache.ant.antunit"
+  xmlns:deb="antlib:org.apache.ant.debian">
+
+  <property name="package" value=""/>
+  <property name="installed" value=""/>
+
+  <target name="test-remove">
+    <deb:remove packagename="${package}"/>
+    <au:assertFileDoesntExist file="${installed}"/>
+  </target>
+  
+  <target name="all">
+    <au:antunit>
+      <fileset file="${ant.file}"/>
+      <au:plainlistener/>
+    </au:antunit>
+  </target>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org