--- a/common/build.xml Tue May 19 17:40:43 2009 +0100
+++ b/common/build.xml Wed May 20 10:32:51 2009 +0100
@@ -190,7 +190,7 @@
</then>
</if>
- <if><istrue value="${sf.spec.test.send.enable}"/>
+ <if><istrue value="${sf.spec.test.sendpkg.enable}"/>
<then>
<runtarget target="sf-send-testpkg"/>
</then>
--- a/common/common_props.ant.xml Tue May 19 17:40:43 2009 +0100
+++ b/common/common_props.ant.xml Wed May 20 10:32:51 2009 +0100
@@ -70,7 +70,7 @@
<property name="sf.spec.test.sendpkg.enable" value="false"/>
<property name="sf.spec.test.host.name" value="172.16.11.11"/> <!-- sym-build01 -->
<property name="sf.spec.test.host.username" value="admin"/>
- <property name="sf.spec.test.host.pasasword" value="admin"/>
+ <property name="sf.spec.test.host.password" value="admin"/>
<property name="sf.spec.test.host.droppath" value="T:\TestDrops"/>
<property name="sf.spec.test.epocroot" value="D:\ATS3\winscw_smoketest"/>