Closed (fixed)
Project:
XML-RPC Tester
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2011 at 18:08 UTC
Updated:
30 Nov 2011 at 13:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
zserno commentedAttached patch fixes this little issue, however I'm not sure that's the most elegant solution.
Thanks for this neat module, it came quite handy for me. :)
Comment #2
zserno commentedHere's a screenshot of the issue while trying to test system.listMethods.
Comment #3
snufkin commentedWould that not throw an error still? Since it still tests for $error->is_error. How about this:
Comment #4
zserno commentedPHP interpreter starts evaluation from left to right so if any of the AND condition is FALSE it stops further examination, that's why it works.
Nevertheless I vote for your solution.
Comment #5
zserno commentedRolled into a proper patch.
Comment #6
snufkin commented