Fix test property typos
authorShabe Razvi <shaber@symbian.org>
Wed, 20 May 2009 10:32:51 +0100
changeset 103 c7c1445180e7
parent 102 c2478fad90aa
child 104 01387db0fc8c
Fix test property typos
common/build.xml
common/common_props.ant.xml
--- 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"/>