Steps to reproduce:
1. On BlazeDS/trunk run "ant checkintests".
2.
3.
Actual Results: The developer messaging tests are throwing a RTE which is causing the test results to not get reported. The actual test that is throwing the RTE is the testSendWithHunting test method in the flexunit test mx.messaing.tests.ChannelSetTest.
Here is the RTE.
[MessagingError message='Invalid AMFX packet. Content must start with an <amfx> node']
at mx.messaging.channels.amfx::AMFXDecoder$/decodePacket()[E:\dev\trunk\frameworks\projects\rpc\src\mx\messaging\channels\amfx\AMFXDecoder.as:149]
at mx.messaging.channels.amfx::AMFXDecoder/decode()[E:\dev\trunk\frameworks\projects\rpc\src\mx\messaging\channels\amfx\AMFXDecoder.as:91]
at mx.messaging.channels::HTTPChannel/decodePacket()[E:\dev\trunk\frameworks\projects\rpc\src\mx\messaging\channels\HTTPChannel.as:559]
at mx.messaging.channels::HTTPChannel/pingCompleteHandler()[E:\dev\trunk\frameworks\projects\rpc\src\mx\messaging\channels\HTTPChannel.as:597]
at ChannelRequestLoader/callEventCallback()[E:\dev\trunk\frameworks\projects\rpc\src\mx\messaging\channels\HTTPChannel.as:1159]
at ChannelRequestLoader/completeHandler()[E:\dev\trunk\frameworks\projects\rpc\src\mx\messaging\channels\HTTPChannel.as:1195]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Expected Results: The test shouldn't be throwing an RTE. The RTE is being caused by the following SDK bug which I logged:
https://bugs.adobe.com/jira/browse/SDK-16659.
Workaround (if any):