Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Apr 2008 at 20:06 UTC
Updated:
12 May 2008 at 08:42 UTC
Jump to comment: Most recent file
As the post fields are not deleted, if the previous form was cached and there was an error then as the next request contains the former build id you will get a failure. This causes the last failure in drupalPost -- edit: I mean path -- tests, up until the module_list fix is not in the only way to test this is to change the module_exists call in path.inc to TRUE.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupalpost.patch | 1.66 KB | chx |
| drupalpost.patch | 1.7 KB | chx |
Comments
Comment #1
chx commentedA simpler but better version of the same.
Comment #2
mikejoconnor commentedTest Case: modules/path/path.test v1.2
The test failed at line 120. Performing the same tasks manually showed that the error was with the test, and not the path module.
After applying drupalpost_0.patch the test passed. Everything looks good.
Comment #3
dries commentedI've committed this to CVS HEAD. Thanks.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.