Comment 1 for bug 653188

Revision history for this message
Keith Fader (kfader) wrote :

Bug fixed.

WWW:Mechanize objects are now cached in @pages hash inside pages.t.
TestHelper::pages_get_ok() fetches pages, responses are cached inside mech objects. Thereafter, since the mech objects are cached in the pages hash, there is no need to ever fetch the pages again.

Test time has now decreased from 60 seconds to 20.