Author: pent
Date: Mon Nov 19 21:28:40 2012
New Revision: 1411427
URL: http://svn.apache.org/viewvc?rev=1411427&view=rev
Log:
Removed setting of step_timeout for mobile tests. This was a mistake.
Modified:
incubator/flex/sdk/branches/develop/mustella/build.xml
Modified: incubator/flex/sdk/branches/develop/mustella/build.xml
URL:
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/build.xml?rev=1411427&r1=1411426&r2=1411427&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/build.xml (original)
+++ incubator/flex/sdk/branches/develop/mustella/build.xml Mon Nov 19 21:28:40
2012
@@ -724,18 +724,6 @@
<equals arg1="${run_mobile_tests}" arg2="true" />
</condition>
- <condition property="step_timeout" value="1">
- <and>
- <not>
- <isset property="step_timeout" />
- </not>
- <or>
- <equals arg1="win" arg2="${device_name}" />
- <equals arg1="mac" arg2="${device_name}" />
- </or>
- </and>
- </condition>
-
<echo>os: ${os}</echo>
<echo>target_os_name: ${target_os_name}</echo>
<echo>os_version: ${os_version}</echo>