Comment 180 for bug 113201

Revision history for this message
In , Gavin Sharp (gavin-sharp) wrote :

I'm seeing another failure now:
source/extensions/cookie/test/test_loadflags.html is failing, because its "http-on-modify-request" observer (in:
http://lxr.mozilla.org/seamonkey/source/extensions/cookie/test/file_testloadflags.js )

is expecting to be called twice, but is now being called 4 times. This is presumably another consequnce of two channels being used per load rather than one. It seems to me that the test should probably be adjusted to now expect 4 calls, but I'm not sure.