Closed (fixed)
Project:
SimpleTest
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2009 at 15:50 UTC
Updated:
9 Oct 2009 at 20:40 UTC
Jump to comment: Most recent file
drupal_http_request() does not use drupal_generate_test_ua(), even after applying the patch... not sure if this is important, just noticed it while updating some tests
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | D6-core-simpletest.patch | 15.01 KB | dave reid |
| #2 | 587988-simpletest-patch.patch | 5.81 KB | dave reid |
| #1 | D6-core-simpletest-rev.patch | 22.4 KB | dave reid |
Comments
Comment #1
dave reidRevised patch for the patch in simpletest. Not a patch of a patch if that isn't already confusing. Also fixes some double checking of the user agent in _drupal_bootstrap(). Confirmed everything worked.
Comment #2
dave reidPlease also show your support for getting this patch into core with #582942: Add latest SimpleTest backport directly to core. Left some extra stuff in the last patch.
Attaching new revised, fresh D6-core-simpletest.patch and also a patch to the existing patch, which is just blowing my mind... :)
Comment #3
boombatower commentedCommitted.
Thanks.