1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Unit test for handling empty groups (SMACK-294)

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11640 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Günther Niess 2010-02-18 13:38:57 +00:00 committed by niess
parent 3fd1161835
commit e5ddf55311
3 changed files with 121 additions and 4 deletions

View file

@ -290,13 +290,13 @@
<sysproperty key="smack.debug" value="${test.smack.debug}" />
<classpath>
<fileset dir="${basedir}/build">
<fileset dir="${basedir}/build/build">
<include name="xmlunit.jar"/>
</fileset>
<fileset dir="${merge.lib.dir}">
<include name="*.jar"/>
</fileset>
<fileset dir="${basedir}">
<fileset dir="${jar.dest.dir}">
<include name="smack-test.jar"/>
</fileset>
<pathelement location="${compile.dir}" />