[svn:bz-trunk] 17771: Add mxunit tests for Spring configured destinations to BlazeDS/trunk.

Revision: 17771
Revision: 17771
Author:   [email protected]
Date:     2010-09-20 14:09:01 -0700 (Mon, 20 Sep 2010)
Log Message:
Add mxunit tests for Spring configured destinations to BlazeDS/trunk.
These tests are similar to the ssl tests in that they are meant to be run separately from the regular mxunit tests.
The tests that use spring configured destinations are excluded in the common.properties file which will exclude them from the main test run. There is a spring.properties file which will cause the tests to get included when the feature property is set to spring. 
To run the tests locally, first build the qa-regress webapp by running "ant -Druntype=spring" which will cause the web.xml with the spring integration to get used instead of the regular web.xml. Then run mxunit using "ant -DisSpring=true".
Setting isSpring to true will cause the feature to get set to Spring and the path to the services-config.xml to get set to an empty string. This will cause no services-config.xml file to get used for mxml compilation which is what we want when using spring configured destinations.
For automation, I'll add another target to the automation.xml file that will call mxunit and set the isSpring property to true similar to what the run.sslSuite.tests target does for the ssl mxunit tests. 
Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex-servlet.xml
    blazeds/trunk/qa/apps/qa-regress/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/build.xml
    blazeds/trunk/qa/features/common.properties
Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/dynamicD estinations/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/dynamicD estinations/mixedSeparatorsColonSeparatorAMF.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/multiTop ic/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/multiTop ic/multiTopicMessagingTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/security /
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/security /polling-amf/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/security /polling-amf/MessagingAuthProSendTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/security /polling-http/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/security /polling-http/MessagingAuthConSubscribeTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/security /streaming-amf/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/security /streaming-amf/MessagingAuthSendSubscribeConstraintTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/messagingService/simpleMe ssagingTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/remotingService/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/remotingService/mxml/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/spring/remotingService/mxml/Basi cSyntaxTest.mxml
    blazeds/trunk/qa/features/spring.properties

Similar Messages

  • [svn] 4637: Update config testsuite on blazeds/ trunk to run mxunit tests for a configuration if there are any mxunit tests found in the configuration test directory .

    Revision: 4637
    Author: [email protected]
    Date: 2009-01-23 04:40:16 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Update config testsuite on blazeds/trunk to run mxunit tests for a configuration if there are any mxunit tests found in the configuration test directory. Change some things around in the mxunit build.xml to make this possible, mainly allow things like test directory, reports directory etc. to be passed in as ant properties.
    Add browserServer.jar to the qa-regress-sdk.zip file used for regression runs.
    Update blazeds/trunk to use the latest qa-frameworks.zip.
    Checkintests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/build.xml
    blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Just checked but could only find this thread Unable to run ADFBC JUNIT Test Classes with JDEV11G 11.1.1.6
    As it's also dealing with junit and 11.1.1.6.0 you might want to read it.
    Timo

  • [svn:bz-trunk] 18814: Add manual test for BLZ-594 with instructions on how to run the test.

    Revision: 18814
    Revision: 18814
    Author:   [email protected]
    Date:     2010-11-24 09:31:56 -0800 (Wed, 24 Nov 2010)
    Log Message:
    Add manual test for BLZ-594 with instructions on how to run the test.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-594
    Modified Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/remoting-config.mods.xml
    Added Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/src/test/
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/src/test/RpcTest.java
        blazeds/trunk/qa/apps/qa-manual/bugs/BLZ-594/
        blazeds/trunk/qa/apps/qa-manual/bugs/BLZ-594/BLZ-594.mxml
        blazeds/trunk/qa/apps/qa-manual/bugs/BLZ-594/readme.txt

    You do have a very complex looking site and may need several tables in mysql to handle all that data. If you knew to phpmysql I would suggest taking a look at this tutorial it will help get you started in understanding how to $_GET info from a database and also how to $_POST data to a database. I am no expert just learning myself and I found this very helpful. This is the link http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    There are also many tutorials on Youtube to help build a CMS Content Management Site I would suggest the following: -
    http://www.youtube.com/user/phpacademy
    http://www.youtube.com/user/betterphp
    http://www.youtube.com/user/flashbuilding
    And many more on my channel here
    http://www.youtube.com/user/Whisperingonthewind
    CMS's are easier to maintain, add edit and delete content.
    I have also recently bought a Book by David Powers Training from the Source very helpful.
    Anyway hope you get it sorted.

  • [svn:osmf:] 15511: Add unit tests for PluginInfo.

    Revision: 15511
    Revision: 15511
    Author:   [email protected]
    Date:     2010-04-16 10:58:30 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Add unit tests for PluginInfo.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestPluginInfo.as

  • [svn:osmf:] 15509: Add unit tests for ScaleModeUtils.

    Revision: 15509
    Revision: 15509
    Author:   [email protected]
    Date:     2010-04-16 10:28:00 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Add unit tests for ScaleModeUtils.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestScaleModeUtils.as

  • [svn:osmf:] 15510: Add unit tests for DefaultMediaFactory.

    Revision: 15510
    Revision: 15510
    Author:   [email protected]
    Date:     2010-04-16 10:47:55 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Add unit tests for DefaultMediaFactory.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestDefaultMediaFactory.as

  • [svn] 4507: Add a test for BLZ-300.

    Revision: 4507
    Author: [email protected]
    Date: 2009-01-13 10:31:50 -0800 (Tue, 13 Jan 2009)
    Log Message:
    Add a test for BLZ-300. The fix for this required a change to rpc.swc so adding a new rpc.swc to the local-swcs directory and setting use local swcs to true in build.properties until we get a new approved build of the sdk.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-300
    Modified Paths:
    blazeds/trunk/build.properties
    blazeds/trunk/frameworks/local-swcs/rpc.swc
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/user_classes/qa/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/user_classes/qa/CommunicationManager.as
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/bugs/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/bugs/blz-300/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/bugs/blz-300/su bscribeConsumerFromClass.mxml

    Thanks for your help, but I still got a question for you.
    Do you think the way I register the even handler to the TextArea is correct?
    Because the compailer complains about that which like
    "D:\101\fig13_27\PanelDemo.java:43: cannot resolve symbol
    symbol  : method addActionListener (PanelDemo.TextAreaHandler)
    location: class javax.swing.JTextArea
          tAreaDown.addActionListener(new TextAreaHandler());

  • [svn:osmf:] 15073: Add unit tests for AdobeFragmentRunTable.as

    Revision: 15073
    Revision: 15073
    Author:   [email protected]
    Date:     2010-03-26 13:48:28 -0700 (Fri, 26 Mar 2010)
    Log Message:
    Add unit tests for AdobeFragmentRunTable.as
    Fix bugs uncovered by the unit tests
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeBootstrapBox.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/HTTPStreamingTestsHelper.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeBootstrapBox.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragmentRunTable.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeFragmentRunTableInt egration.as

  • [svn] 4599: Adding MXUnit tests for MessageFilter runtime configuration.

    Revision: 4599
    Author: [email protected]
    Date: 2009-01-20 11:51:40 -0800 (Tue, 20 Jan 2009)
    Log Message:
    Adding MXUnit tests for MessageFilter runtime configuration.
    CheckInTests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/filters/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/filters/MessageF ilterBrokerConfig.java
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/runtimeconfig/filters/TertiaryTestFilter.jav a
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/ createMessageFilterTest.mxml

    Very impressive!  Thanks for such a fast response.
    But I'm afraid it still doesn't work. After compiling for 10 minutes it couldn't finish:
    ../../dist/lib/libgkconcvs_s.a(nsCanvasRenderingContext2D.o): In function `nsCanvasRenderingContext2D::Destroy()':
    nsCanvasRenderingContext2D.cpp:(.text+0x51e2): undefined reference to `XFreePixmap'
    ../../dist/lib/libgkconcvs_s.a(nsCanvasRenderingContext2D.o): In function `nsCanvasRenderingContext2D::SetDimensions(int, int)':
    nsCanvasRenderingContext2D.cpp:(.text+0x56f6): undefined reference to `XRenderFindStandardFormat'
    nsCanvasRenderingContext2D.cpp:(.text+0x571e): undefined reference to `XListPixmapFormats'
    nsCanvasRenderingContext2D.cpp:(.text+0x575e): undefined reference to `XFree'
    nsCanvasRenderingContext2D.cpp:(.text+0x5796): undefined reference to `XCreatePixmap'
    collect2: ld returned 1 exit status
    make[4]: *** [libgklayout.so] Error 1
    make[4]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj/layout/build'
    make[3]: *** [libs] Error 2
    make[3]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj/layout'
    make[2]: *** [tier_9] Error 2
    make[2]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj'
    make[1]: *** [default] Error 2
    make[1]: Leaving directory `/home/rafael/Builds/lightning/src/mozilla/lightning-obj'
    make: *** [build] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Hope this helps.

  • [svn] 4641: Updated MXUnit tests for MessageFilter runtime configuration.

    Revision: 4641
    Author: [email protected]
    Date: 2009-01-23 07:04:12 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Updated MXUnit tests for MessageFilter runtime configuration. Adding MXUnit tests for Deserializationvalidator runtime configuration.
    CheckInTests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/ createMessageFilterTest.mxml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/Deser ializationValidatorBrokerConfig.java
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/Dese rializationValidatorConfigTest.mxml

    Revision: 4641
    Author: [email protected]
    Date: 2009-01-23 07:04:12 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Updated MXUnit tests for MessageFilter runtime configuration. Adding MXUnit tests for Deserializationvalidator runtime configuration.
    CheckInTests: passed
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/messagefilters/ createMessageFilterTest.mxml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/messagingService/validators/Deser ializationValidatorBrokerConfig.java
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/validators/Dese rializationValidatorConfigTest.mxml

  • [svn] 2636: Add the tests for proxy config (blz-200 and blz-201)

    Revision: 2636
    Author: [email protected]
    Date: 2008-07-28 08:07:07 -0700 (Mon, 28 Jul 2008)
    Log Message:
    Add the tests for proxy config (blz-200 and blz-201)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/blz-200
    http://bugs.adobe.com/jira/browse/blz-201
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/flex/proxy-config.mods.xml

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • I would need to install Adobe Connect Add-in Test for only one webinar. When I pressed instal button -  it said to me - it cannot be written on hard disc. Could you help me, please. Bretislav

    I would need to install Adobe Connect Add-in Test for only one webinar. When I pressed instal button -  it said to me - it cannot be written on hard disc. Could you help me, please. Bretislav

    After posting my concern/question, especially in regards to the optical drive, I read this on this forum:
    Jul 11, 2011 5:21 AM      
    I would like to update my macbook pro from Tiger to Snow Leopard, but my optical drive is not working. Can I take my macbook pro into the apple store and have them install it via a portable drive?
    MacBook Pro, Optical drive is no longer working
    Another poster replied, "Yes, I believe they will."
    Is this true? Can someone verify this?  Any idea of cost?  I really don't need my optical drive.  Besides, end of year, I'm getting a new Mack Book Pro.

  • [svn:bz-trunk] 23144: Update spring flex core in BlazeDS trunk to buddy jar for version 1.5.1.

    Revision: 23144
    Revision: 23144
    Author:   [email protected]
    Date:     2011-10-27 09:12:49 -0700 (Thu, 27 Oct 2011)
    Log Message:
    Update spring flex core in BlazeDS trunk to buddy jar for version 1.5.1.
    Update flex-servlet.xml for qa-regress webapp to use 1.5 namespace for spring flex. Also set disallow-wildcard-suptopics to false which is required by some tests which use wildcard subtopics.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex-servlet.xml
    Added Paths:
        blazeds/trunk/lib/spring/spring-flex-core-1.5.1.BUILD-SNAPSHOT.jar
    Removed Paths:
        blazeds/trunk/lib/spring/spring-flex-core-1.5.0.RELEASE.jar

  • [svn:bz-trunk] 10595: Add ReadOnly test case for bug blz-427

    Revision: 10595
    Author:   [email protected]
    Date:     2009-09-25 11:44:20 -0700 (Fri, 25 Sep 2009)
    Log Message:
    Add ReadOnly test case for bug blz-427
    Ticket Links:
        http://bugs.adobe.com/jira/browse/blz-427
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/remotingService/Book.java
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/blazeds/qa/remotingService/Echo.java
    Added Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ReadOn lyTest.mxml

  • [svn:bz-trunk] 19782: Add Remoting test application and endpoints for testing login-after-disconnect channel setting .

    Revision: 19782
    Revision: 19782
    Author:   [email protected]
    Date:     2011-01-17 11:21:11 -0800 (Mon, 17 Jan 2011)
    Log Message:
    Add Remoting test application and endpoints for testing login-after-disconnect channel setting.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/remoting-config.mods.xml
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    Added Paths:
        blazeds/trunk/qa/apps/qa-manual/remoting/
        blazeds/trunk/qa/apps/qa-manual/remoting/RemotingApp.mxml

    I appreciate Adobe teams efforts to reproduce the issue and acknowledged it as a  Bug in AIR
    But now I am waiting on them to come back with an answer -  Is it going to be fixed in future versions? Is there a work around?
    Is adobe even considering this as an Issue? What are the next steps after acknowleding the issue?
    I hope I am not too aggressive but I also want Adobe to understand the urgency of the situation when it comes to a product release.
    I have experimented with couple of work arounds but none seem to work.
    If anyone has come across this issue please comment.
    Thanks,

Maybe you are looking for

  • No longer boots since update [kinit & call trace troubles]

    Hi all, Recently I did a full system upgrade on a completely working system (running I assume was a 2.6.28 kernel26) that upgraded it to 2.6.29. It then stopped booting correctly. I left this for a while since I didn't have the time for messing aroun

  • My ipod touch is not being reconized by itunes

    I got on my computer and updated my iTunes to 10.4.1 and then i plugged my iPod in and iTunes didnt reconize my iPod. Why is this happening?

  • Wireless Router MSI RG60SE - Problem With Firmware

    Hi, I have firmware 3.5.3 on my router MSI RG60SE. I updated this firmware to other version from here: h t t p://faenl.msi.com/index.php?dir=Networking/RG60SE/ Problem is, that I dont know, what kind of firmware is it. When I finish updatig firmware,

  • 3g restore problem.  Error 21 code while connected to itunes.

    Hey guys, I was having some problems with my 3g booting up so I connected it to itunes.  It was in the middle of a restore when it was accidentally disconnected in the process.  Now when I try to restore it again, I first for an error that said 1618.

  • Re Registering Active X components for TestStand

    OK... I don't get it.  I have a large amount of interfaces from a VB active X server.  I don't have any problem connecting them into TestStand - But if I redo something internal to the Activex ... (Not the interface).  It wants me to re-establish the