Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
23 Sep 2008 at 15:12 UTC
Updated:
16 Nov 2008 at 11:26 UTC
Jump to comment: Most recent file
Follow-ups here: http://drupal.org/node/302936#comment-1019033
It tests if you can update the feed or not if one of the fields' value are the same at the submitted form as in the database.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | aggregator_update_feed_test.patch | 2.77 KB | aron novak |
| aggregator_update_feed_test.patch | 2.77 KB | aron novak |
Comments
Comment #1
aron novakLet me explain here also what this patch adds:
When you edit a feed, maybe different fields will be changed. This change in the aggregator test suite tries to edit several fields. Originally only the refresh field was changed, now the test tries to change all the fields and then tries to save the feed when some of the fields are unaltered.
I also rerolled the patch to apply without any notices.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks Aron.