fix call executeXmlRpcCall in methods removePlatformFromTestPlan in class TestPlanService#153
fix call executeXmlRpcCall in methods removePlatformFromTestPlan in class TestPlanService#153kinow merged 1 commit intokinow:masterfrom
Conversation
There was a problem hiding this comment.
Good catch!!!! I think I never used it in the Jenkins testlink plugin, but I am still surprised nobody else complained about it until now 🙂 Merging, thanks!
|
@poncoe would you like this to be released to Maven now? Or, if you are still testing things, we can wait a few days to see if you find anything else missing/broken, and include in the next release. Let me know what you prefer. Thanks! |
|
Hi Mr @kinow, Can you wait until July 27? in this time, i currently implement some method in your library for my project, maybe if i found issue, i will create github issue or trying to solving & merging. If possible, can you create a method to create platform? because I think it would be helpful if there was this method (create Platform). thanks Regards |
|
Not a problem for me. Take your time. Unfortunately I don't have TestLink installed at the moment (my current job is not using it, and I have limited time to volunteer right now). If there's a method to create platform in the PHP XMLRPC API, then it would be a matter of copying an existing method and replacing the method name by the correct one, and adjusting the parameters. |
Hi Mr @kinow
In Class TestPlanService have methods name
removePlatformFromTestPlan, but in Object ResponseexecuteXmlRpcCall, the methods callTestLinkMethods.ADD_PLATFORM_TO_TEST_PLANshould callTestLinkMethods.REMOVE_PLATFORM_FROM_TEST_PLAN.i found this bug when i doing implement your method
removePlatformFromTestPlanbut my platform wont remove and always in Assign Platforms in testlink, when i execute the method should my platform in Available Plaforms.Regards