| 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 |
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
Mar 17, 2010
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><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
The fix listed on issue #186 would fix this issue.
Jun 30, 2010
Moving some, but not all, of these to jira.mxunit.org
Status:
Deprecated
|