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:
parent
f5880109a7
commit
89344ccc0f
|
|
@ -228,6 +228,8 @@
|
||||||
<fileset dir="${test.classes}">
|
<fileset dir="${test.classes}">
|
||||||
<include name="**/${single}.class"/>
|
<include name="**/${single}.class"/>
|
||||||
<exclude name="**/BaseTest.class"/>
|
<exclude name="**/BaseTest.class"/>
|
||||||
|
<!-- Omit inner classes -->
|
||||||
|
<exclude name="**/*$*.class" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</batchtest>
|
</batchtest>
|
||||||
</junit>
|
</junit>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue