| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Adobe BlazeDS
Revision: 3070
Author: aglosban@adobe.com
Date: 03 Sep 2008 08:52:17
Changes:Update feature.properties files on BlazeDS 3.0.x branch. I did this on BlazeDS trunk but also needed to do it here. The feature.properties files had references to tests (httpservice,webservice) that have been removed.
Files:| ... | ...@@ -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 |
| ... | ...@@ -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 |