Commit a8f2a777 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Minor for test cases


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@342 b35dd754-fafc-0310-a699-88a17e54d16e
parent 93eafe44
......@@ -98,6 +98,7 @@
<path id="test.dependencies">
<path refid="compile.dependencies" />
<fileset dir="${jar.dest.dir}" includes="messenger.jar" />
<fileset dir="${lib.build.dir}" includes="junit.jar" />
</path>
......@@ -355,7 +356,6 @@
<!-- We must add our own classes to the classpath for testing -->
<classpath>
<path refid="test.dependencies" />
<pathelement path="${compile.dir}" />
<pathelement path="${test.classes.dest.dir}" />
</classpath>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment