garyp 01/08/12 01:12:14
Modified: test build.xml
Log:
Correct typo.
Revision Changes Path
1.12 +1 -1 xml-xalan/test/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 2001/08/10 20:31:24 1.11
+++ build.xml 2001/08/12 08:12:14 1.12
@@ -386,7 +386,7 @@
<param name="testClass"
value="org.apache.qetest.xsl.XSLTestHarness"/>
<param name="testType" value="smoketest.api."/>
</antcall>
- <available file="${smoketest.conf.passFile}"
property="smoketest-conf-passed" />
+ <available file="${smoketest.api.passFile}"
property="smoketest-api-passed" />
</target>
<target name="smoketest-conf-notpass" unless="smoketest-conf-passed">
<echo message=" [minitest] ERROR! The Smoketest-conf failed!" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]