Author: antoine
Date: Wed Mar 2 05:09:17 2011
New Revision: 1076106
URL: http://svn.apache.org/viewvc?rev=1076106&view=rev
Log:
antunit-base.xml was not imported from this file, but needed to define some
properties like
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml
Modified:
ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml?rev=1076106&r1=1076105&r2=1076106&view=diff
==============================================================================
---
ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml
(original)
+++
ant/core/trunk/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml
Wed Mar 2 05:09:17 2011
@@ -16,6 +16,7 @@
limitations under the License.
-->
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
+ <import file="../../../antunit-base.xml" />
<property name="ant-build" location="../../../../../../build"/>
<property name="build-junit-dir" location="${ant-build}/ant-unit/junit-dir"/>
<property name="reports.dir" location="${build-junit-dir}/report"/>
@@ -48,7 +49,7 @@
<macrodef name="assert-log-contains" backtrace="no">
<sequential>
- <au:assertLogContains text="Hello From Test" />
+ <au:assertLogContains text="Hello From Test"/>
</sequential>
</macrodef>