My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 182: Ant Http Runner Returns Empty WDDX Packet On OpenBD
2 people starred this issue and may be notified of changes. Back to list
Status:  Deprecated
Owner:  Zoram...@gmail.com
Closed:  Mar 2010


 
Project Member Reported by Zoram...@gmail.com, Mar 17, 2010
Calling the HttpAntRunner in OpenBD causes the return to be an empty WDDX 
Packet:

ex:

Running: 
mxunit/runner/HttpAntRunner.cfc?
method=run&type=dir&value=/mxunit/tests/framework&recurse=true&excludes=null
&componentPath=mxunit.tests

Returns: 
<wddxPacket version='1.0'><header></header><data></data></wddxPacket>
Mar 17, 2010
Project Member #1 Zoram...@gmail.com
If I place an abort before the return on the run method it show the actual results 
like normal, but as soon as the return is done it clears previous output to just show 
the wddx packet.
Mar 17, 2010
Project Member #2 Zoram...@gmail.com
If I try to place the results in a string to return it gets converted to the html 
entities inside the WDDX packetlike so:

<wddxPacket version='1.0'><header></header><data><string>&lt;testsuite 
name="mxunit.testresults" hostname="127.0.0.1" tests="34" failures="0" errors="34" 
timestamp="03/17/10 8:16:14 PM"...
Apr 26, 2010
#3 petermac...@gmail.com
The fix listed on  issue #186  would fix this issue.
Jun 30, 2010
Project Member #4 virtix
Moving some, but not all, of these to jira.mxunit.org
Status: Deprecated

Powered by Google Project Hosting