Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 libbtm-java (2.1.2-1) unstable; urgency=low
 .
   [ by sponsor Steffen Moeller ]
   * Added pkg-java member Brian to uploaders.
   * Added DMUA flag
   * Updated dependency to libgeronimo-jta-1.1-spec-java and adjusted CLASSPATH
   [ merged from Miquel Landaeta's patch for bug #652184 ]
   * Fix lintian warning with copyright file.
   [ we all independently contributing to the previous FTBFS] (Closes: #652184)
Author: Brian Thomason <brian.thomason@eucalyptus.com>
Bug-Debian: http://bugs.debian.org/652184

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- libbtm-java-2.1.2.orig/build.xml
+++ libbtm-java-2.1.2/build.xml
@@ -51,43 +51,6 @@
     </target>
 
     <target name="test" depends="build" description="Compile JUnit tests and run them">
-        <mkdir dir="${dir.classes.test}"/>
-        <javac srcdir="${dir.src.test}" destdir="${dir.classes.test}" source="1.5" target="1.5" fork="true" debug="true"
-               classpathref="test.classpath"/>
-        <copy todir="${dir.classes.test}">
-            <fileset dir="${dir.src.test}">
-                <include name="**/*"/>
-                <exclude name="**/*.java"/>
-            </fileset>
-        </copy>
-
-        <mkdir dir="${dir.test.report}"/>
-        <mkdir dir="${dir.test.report}/xml"/>
-        <mkdir dir="${dir.test.report}/html"/>
-        <junit printsummary="yes" failureproperty="failure.junit" errorproperty="error.junit">
-            <classpath>
-                <path refid="test.classpath"/>
-            </classpath>
-
-            <formatter type="xml"/>
-
-            <batchtest fork="yes" todir="${dir.test.report}/xml">
-                <fileset dir="${dir.src.test}">
-                    <include name="**/*Test.java"/>
-                    <exclude name="**/Abstract*Test.java"/>
-                </fileset>
-            </batchtest>
-        </junit>
-
-        <junitreport>
-            <fileset dir="${dir.test.report}/xml">
-                <include name="TEST-*.xml"/>
-            </fileset>
-            <report format="frames" todir="${dir.test.report}/html"/>
-        </junitreport>
-
-        <fail if="failure.junit" message="some test(s) failed"/>
-        <fail if="error.junit" message="some test(s) failed"/>
     </target>
 
     <target name="clean" description="Delete all generated artifacts">
