Not sure why junit is so excited about running inner classes with no @Tests.

Omit inner classes from the fileset of tests to run.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@595 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-05-05 21:56:34 +00:00
parent f5880109a7
commit 89344ccc0f
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@
<fileset dir="${test.classes}">
<include name="**/${single}.class"/>
<exclude name="**/BaseTest.class"/>
<!-- Omit inner classes -->
<exclude name="**/*$*.class" />
</fileset>
</batchtest>
</junit>