Skip to content

Commit 174d05d

Browse files
author
Niall Pemberton
committed
Fix broken ant build - thanks to Gary Gregory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1006294 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0695780 commit 174d05d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
<exclude name="**/testtools/**"/>
194194
<!-- Ant JUnit does not handle abstract classes -->
195195
<exclude name="**/*AbstractTestCase*"/>
196+
<exclude name="**/Abstract*TestCase*"/>
196197
</fileset>
197198
</batchtest>
198199
</junit>

0 commit comments

Comments
 (0)