Skip to content

Commit aa1bcb0

Browse files
author
Stephen Colebourne
committed
Change test case output to plain so works on JDK1.3
bug 38927, from Niall Pemberton git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@385284 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2e84bd6 commit aa1bcb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
</mkdir>
189189
<junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
190190
<sysproperty key="basedir" value="." />
191-
<formatter type="xml" />
191+
<formatter type="plain" />
192192
<formatter usefile="false" type="plain" />
193193
<classpath>
194194
<path refid="build.classpath" />

0 commit comments

Comments
 (0)