[Webtest] Upgrading webtest build265 to build307
Raible, Matt
webtest@lists.canoo.com
Thu, 10 Jul 2003 14:33:26 -0600
While attempting to upgrade build 265 to build 307, I am getting the
following error:
file:c:/Source/cct/build.xml:651: Task not allowed here: config
Here is my task:
<target name="login"
description="Runs login test and verifies Main Menu's Title">
<canoo name="tomcat-login">
&config;
<steps>
&login;
</steps>
</canoo>
<loadfile property="web-tests.result"
srcFile="${test.dir}/data/web-tests-result.xml"/>
<echo>${web-tests.result}</echo>
</target>
What's changed?
Thanks,
Matt