DOMAssistant 2.5.6 released – AJAX module post method has been fixed (now 2.5.7 version)
I just released DOMAssistant 2.5.5 yesterday, but with the feedback given, some tweaks had to be made to the new AJAX module post
method. Instead of updating the same version multiple times, which is wrong, I’ve new made a new minor release where the issues have been taken care of.
So, download the new 2.5.6 version if you’re using DOMAssistant.
Updated January 14th
Just as mentioned by chenghong, I made a mistake and stripped the URL in AJAX GET requests as well. Something I knew, but that’s what I get for preaching about assertions but not applying it properly to my own code. I guess my intuition took overhand for a while. π
Anyway, I’ve released a 2.5.7 version of DOMAssistant now (available for download) where everything should be sorted. If you’re using the 2.5.5 or 2.5.6 version, everything should be working fine but the AJAX module’s get
and post
methods, but please update to make sure you have the latest working version.
I sincerely apologize for any inconvenience this might cause you.
Robert, you should not strip off params for the GET method.
chenghong,
Absolutely right, and a mistake by me. Want to write test cases for DOMAssistant? π
Glad to have helped, Robert.
I'm not familiar with Javascript testing methodologies though. However, I don't mind doing unofficial pre-release testing =)
chenghong,
Your help has been great to make this work properly, and I sincerely appreciate it!
Unofficial pre-release testing sounds just fine to me!