You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2012/12/21 21:06:12 UTC

svn commit: r1425123 - /incubator/flex/sdk/branches/develop/mustella/local-template.properties

Author: pent
Date: Fri Dec 21 20:06:12 2012
New Revision: 1425123

URL: http://svn.apache.org/viewvc?rev=1425123&view=rev
Log:
Modified template by re-organizing settings for mobile tests and updating comments.

Modified:
    incubator/flex/sdk/branches/develop/mustella/local-template.properties

Modified: incubator/flex/sdk/branches/develop/mustella/local-template.properties
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/local-template.properties?rev=1425123&r1=1425122&r2=1425123&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/local-template.properties (original)
+++ incubator/flex/sdk/branches/develop/mustella/local-template.properties Fri Dec 21 20:06:12 2012
@@ -63,7 +63,8 @@
 # get_results_from_log=true
 
 #------------------------------------------------------------------------------
-# How long to wait before a test step times out.  Typically leave this alone.
+# How long to wait before a test step times out.  Typically leave this alone
+# unless working with mobile tests, then set to a high number such as 500000
 #------------------------------------------------------------------------------
 # step_timeout=999999
 
@@ -144,6 +145,13 @@ browser=/Applications/Firefox.app/Conten
 # runtimeApk=/Users/rv/builds/AIR_Android/20110526_apwsb1947/Runtime.apk
 
 #------------------------------------------------------------------------------
+# When device_name is mac or win (ie, an emulator), this is the device
+# being emulated. It matches the os property of <ConditionalValue> elements. Valid
+# values include android, win, mac, and ios.
+#------------------------------------------------------------------------------
+#target_os_name=ios
+
+#------------------------------------------------------------------------------
 # This is the name of the device.  Currently, all Android devices are treated
 # the same way, and all iOS devices are treated the same way.  This is used
 # to determine the mobile OS.  It also appears in the email from a server
@@ -170,6 +178,15 @@ browser=/Applications/Firefox.app/Conten
 # device_name=iPodTouch4G
 
 #------------------------------------------------------------------------------
+# These are parameters passed to adl to mimic mobile devices when running
+# mobile tests on the desktop. The XscreenDPI value will match to the 
+# deviceDensity attribute of <ConditionalValue> statements.
+#------------------------------------------------------------------------------
+# adl_extras=-screensize 320x455:320x480 -profile mobileDevice -XscreenDPI 160
+# adl_extras=-screensize 640x960:640x960 -profile mobileDevice -XscreenDPI 240
+# adl_extras=-screensize 640x960:640x960 -profile mobileDevice -XscreenDPI 320
+
+#------------------------------------------------------------------------------
 # These are iOS packaging options.  The default is ipa-debug.
 #------------------------------------------------------------------------------
 # adt_target=ipa-test
@@ -209,13 +226,6 @@ browser=/Applications/Firefox.app/Conten
 #------------------------------------------------------------------------------
 # qnx_sdk_dir=/Users/rv/QNXStuff/blackberry-tablet-sdk-1.0.1-toolsOnly.201103232011/qnxtools
 
-#------------------------------------------------------------------------------
-# These are parameters passed to adl to mimic mobile devices when running
-# mobile tests on the desktop.
-#------------------------------------------------------------------------------
-# adl_extras=-screensize 320x455:320x480 -profile mobileDevice -XscreenDPI 160
-# adl_extras=-screensize 640x960:640x960 -profile mobileDevice -XscreenDPI 320
-
 ################################################################################
 # Properties for server runs
 ################################################################################