| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Adobe BlazeDS
Revision: 3025
Author: aglosban@adobe.com
Date: 28 Aug 2008 14:24:42
Changes:Add libs/player/10 directory to the library path in the team apps flex-config.xml file. This is to matche what's in the flex-config.xml file that comes with the Flex SDK.
Add libs/player directory to the library path of the flex-config.xml file that is shared by the qa-manaul and qa-regress webapps. This is to match what's in the flex-config.xml file that comes with the sdk.
Change the call to mxmlc in the compile-swf target in the flexunit build script to set the target player version to 10.0.0.
Remove web services and http service tests that were removed by Bill from qa feature.properties files otherwise the automated test frameworks will try to run these tests and blow up.
Files:| ... | ...@@ -1,10 +1,4 @@ | |
| 1 | 1 | #################################################### |
| 2 | # FlexUnit # | |
| 3 | #################################################### | |
| 4 | server.flexunit.features=hs | |
| 5 | ||
| 6 | ||
| 7 | #################################################### | |
| 8 | 2 | # mxUnit # |
| 9 | 3 | #################################################### |
| 10 | 4 | server.mxunit.includes=proxyService/httpservice/**/*.mxml |
| ... | ...@@ -1,6 +1,4 @@ | |
| 1 | server.flexunit.features=hs,ws_general,ws_interop,ws_datatypes,ws_operation,ws_webservice,messaging_unit,messaging_func,rpc | |
| 2 | # **** uncomment the next line to include all NIST testsuites **** | |
| 3 | #,nist_1,nist_2,nist_3,nist_4,nist_5,nist_6,nist_7,nist_8,nist_9,nist_10,nist_11,nist_12,nist_13,nist_14,nist_15,nist_16,nist_17,nist_18,nist_19,nist_20 | |
| 1 | server.flexunit.features=messaging_unit,messaging_func,rpc | |
| 4 | 2 | |
| 5 | 3 | |
| 6 | 4 | #################################################### |
| ... | ...@@ -11,33 +9,5 @@ | |
| 11 | 9 | server.flexunit.includes.rpc=mx/rpc/tests/**/*.as |
| 12 | 10 | |
| 13 | 11 | # QA written tests |
| 14 | server.flexunit.includes.hs=tests/flexunit/httpservice/**/*.as | |
| 15 | 12 | server.flexunit.includes.messaging_func=tests/flexunit/mx/messaging/*.as |
| 16 | server.flexunit.includes.ws_general=tests/flexunit/wscl/*.as,tests/flexunit/wscl/decoder/*.as, | |
| 17 | server.flexunit.includes.ws_interop=tests/flexunit/wscl/interop/**/*.as | |
| 18 | server.flexunit.includes.ws_datatypes=tests/flexunit/wscl/datatypes/**/*.as | |
| 19 | server.flexunit.includes.ws_operation=tests/flexunit/wscl/operation/**/*.as | |
| 20 | server.flexunit.includes.ws_webservice=tests/flexunit/wscl/webService/**/*.as | |
| 21 | ||
| 22 | nist.dir=tests/flexunit/xml/nist | |
| 23 | server.flexunit.includes.nist_1=${nist.dir}/NISTAnyuriTest.as,${nist.dir}/NISTBase64binaryTest.as | |
| 24 | server.flexunit.includes.nist_2=${nist.dir}/NISTBooleanTest.as,${nist.dir}/NISTByteTest.as | |
| 25 | server.flexunit.includes.nist_3=${nist.dir}/NISTDateTest.as,${nist.dir}/NISTDatetimeTest.as | |
| 26 | server.flexunit.includes.nist_4=${nist.dir}/NISTDecimalTest.as,${nist.dir}/NISTDoubleTest.as | |
| 27 | server.flexunit.includes.nist_5=${nist.dir}/NISTDurationTest.as,${nist.dir}/NISTFloatTest.as | |
| 28 | server.flexunit.includes.nist_6=${nist.dir}/NISTGdayTest.as,${nist.dir}/NISTGmonthTest.as | |
| 29 | server.flexunit.includes.nist_7=${nist.dir}/NISTGmonthdayTest.as,${nist.dir}/NISTGyearTest.as | |
| 30 | server.flexunit.includes.nist_8=${nist.dir}/NISTGyearmonthTest.as,${nist.dir}/NISTHexbinaryTest.as | |
| 31 | server.flexunit.includes.nist_9=${nist.dir}/NISTIdTest.as,${nist.dir}/NISTIntTest.as | |
| 32 | server.flexunit.includes.nist_10=${nist.dir}/NISTIntegerTest.as,${nist.dir}/NISTLanguageTest.as | |
| 33 | server.flexunit.includes.nist_11=${nist.dir}/NISTLongTest.as,${nist.dir}/NISTNameTest.as | |
| 34 | server.flexunit.includes.nist_12=${nist.dir}/NISTNcnameTest.as,${nist.dir}/NISTNegativeintegerTest.as | |
| 35 | server.flexunit.includes.nist_13=${nist.dir}/NISTNmtokenTest.as,${nist.dir}/NISTNonnegativeintegerTest.as | |
| 36 | server.flexunit.includes.nist_14=${nist.dir}/NISTNonpositiveintegerTest.as,${nist.dir}/NISTNormalizedstringTest.as | |
| 37 | server.flexunit.includes.nist_15=${nist.dir}/NISTPositiveintegerTest.as,${nist.dir}/NISTQnameTest.as | |
| 38 | server.flexunit.includes.nist_16=server.flexunit.includes.nist_7=${nist.dir}/NISTShortTest.as,${nist.dir}/NISTStringTest.as | |
| 39 | server.flexunit.includes.nist_17=${nist.dir}/NISTTimeTest.as,${nist.dir}/NISTTokenTest.as | |
| 40 | server.flexunit.includes.nist_18=${nist.dir}/NISTUnsignedbyteTest.as,${nist.dir}/NISTUnsignedintTest.as | |
| 41 | server.flexunit.includes.nist_19=${nist.dir}/NISTUnsignedlongTest.as,${nist.dir}/NISTUnsignedshortTest.as | |
| 42 | server.flexunit.includes.nist_20=${nist.dir}/NISTHexbinaryPatternTest.as | |
| 43 | 13 |
| ... | ...@@ -52,6 +52,7 @@ | |
| 52 | 52 | <library-path> |
| 53 | 53 | <path-element>libs</path-element> |
| 54 | 54 | <path-element>libs/player</path-element> |
| 55 | <path-element>libs/player/10</path-element> | |
| 55 | 56 | <path-element>locale/{locale}</path-element> |
| 56 | 57 | </library-path> |
| 57 | 58 |
| ... | ...@@ -19,7 +19,7 @@ | |
| 19 | 19 | </source-path> |
| 20 | 20 | |
| 21 | 21 | <!-- must be true in the webtier complier --> |
| 22 | <allow-source-path-overlap>true</allow-source-path-overlap> | |
| 22 | <allow-source-path-overlap>false</allow-source-path-overlap> | |
| 23 | 23 | |
| 24 | 24 | <!-- Run the AS3 compiler in a mode that detects legal but potentially incorrect --> |
| 25 | 25 | <!-- code. --> |
| ... | ...@@ -54,6 +54,7 @@ | |
| 54 | 54 | <library-path> |
| 55 | 55 | <path-element>libs</path-element> |
| 56 | 56 | <path-element>libs/player/10</path-element> |
| 57 | <path-element>libs/player</path-element> | |
| 57 | 58 | <path-element>locale/{locale}</path-element> |
| 58 | 59 | </library-path> |
| 59 | 60 |
| ... | ...@@ -186,7 +186,7 @@ | |
| 186 | 186 | context-root="${appserver.qa.contextroot}" |
| 187 | 187 | locale="en_US"> |
| 188 | 188 | <load-config filename="${config.dir}/flex-config.xml"/> |
| 189 | <target-player>9.0.0</target-player> | |
| 189 | <target-player>10.0.0</target-player> | |
| 190 | 190 | <external-library-path/> |
| 191 | 191 | </mxmlc> |
| 192 | 192 | <java classname="utils.CreateHTMLShell" > |
| ... | ...@@ -1,5 +0,0 @@ | |
| 1 | ||
| 2 | #################################################### | |
| 3 | # FlexUnit # | |
| 4 | #################################################### | |
| 5 | server.flexunit.features=nist_1,nist_2,nist_3,nist_4,nist_5,nist_6,nist_7,nist_8,nist_9,nist_10,nist_11,nist_12,nist_13,nist_14,nist_15,nist_16,nist_17,nist_18,nist_19,nist_20 |
| ... | ...@@ -1,10 +0,0 @@ | |
| 1 | librarypath=libs/framework.swc | |
| 2 | asclasspath=${basedir}/sdk/testsuites/mxunit,${basedir}/asSrc | |
| 3 | ||
| 4 | server.mxunit.includes=proxyService/webService/mxWebService/**/*.mxml,proxyService/webService/mxOperation/**/*.mxml,proxyService/webService/mxRequest/**/*.mxml,proxyService/webService/general/**/*.mxml,proxyService/webService/noproxy/**/*.mxml,proxyService/webService/bugs/**/*.mxml | |
| 5 | ||
| 6 | #################################################### | |
| 7 | # FlexUnit # | |
| 8 | #################################################### | |
| 9 | ||
| 10 | server.flexunit.features=ws_general,ws_interop,ws_datatypes,ws_operation,ws_webservice | |
| 11 | 0 | \ No newline at end of file |