Author: ekoneil
Date: Fri Apr 15 12:15:18 2005
New Revision: 161515
URL: http://svn.apache.org/viewcvs?view=rev&rev=161515
Log:
Tweak to an error condition check. Had messed up a property name in this error
check.
BB: self
DRT: Beehive pass
Modified:
incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml
Modified: incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml?view=diff&r1=161514&r2=161515
==============================================================================
--- incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml (original)
+++ incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml Fri Apr 15
12:15:18 2005
@@ -383,7 +383,7 @@
<available property="config.file.available" file="${config.file}"/>
<fail unless="config.file.available" message="Can't build Test
Recorder config JAR; the webapp file ${config.file} is not available"/>
<available property="webapp.file.available" file="${webapp.file}"/>
- <fail unless="config.file.available" message="Can't build Test
Recorder config JAR; the config file ${webapp.file} is not available"/>
+ <fail unless="webapp.file.available" message="Can't build Test
Recorder config JAR; the config file ${webapp.file} is not available"/>
<mkdir dir="${_testRecorder.config.dir}"/>
<delete dir="${_testRecorder.scratch.dir}"/>