jQuery 1.4.2 unit tests for ajax

jQuery 1.4.2 unit tests for ajax

I've created a plug-in, ajaxMonitor, that monitors Ajax requests. It uses 1.4.2.

The plug-in warps the Ajax requests. The plug-in should have no side-effects on Ajax requests. To verify this I would like to run the ajax unit tests with my plug-in installed.

I have errors when using the unit tests from the github repo. With or Without my plug-in.

Can anybody point me to a source for the unit tests for the Ajax at the time of 1.4.2 release.

Some errors that I'm having can be found here. If feel that this will give me some valuable test cases.