Open GoogleCodeExporter opened 8 years ago
And the same is true for goog.testing.net.XhrIo.prototype.isSuccess, although I
wonder why it's not simply
defined as:
goog.testing.net.XhrIo.prototype.isSuccess = goog.net.XhrIo.prototype.isSuccess;
Best regards,
Rolf Timmermans
Original comment by mol...@gmail.com
on 8 Feb 2010 at 7:42
We just ran into goog.testing.net.XhrIo.prototype.isSuccess being different
from goog.net.XhrIo.prototype.isSuccess and I found this issue in the tracker.
It looks like the original function seems to have been fixed from when this was
first reported, but the goog.testing.net.XhrIo function has not.
I added a patch that sets these two functions to be equal. I wasn't sure how
best to update the tests however. Would you like a 202 test that does the same
thing as the existing testEvents_Success?
Regards,
Dave
Original comment by tilded...@gmail.com
on 17 Apr 2012 at 2:02
Attachments:
Original issue reported on code.google.com by
mol...@gmail.com
on 30 Jan 2010 at 1:37