Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.x-dev
Component:
Code feedapi (core module)
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
24 Jun 2009 at 12:11 UTC
Updated:
14 Nov 2009 at 15:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
aron novakThere is a test, but it's not successful yet.
Comment #2
aron novakThis is such a patch what I would like to see in FeedAPI 1.9.
Comment #3
aron novakRerolled. Now all the tests are passed.
Comment #4
alex_b commentedIdeally, this test checks for X remaining items after deleting Y items that have expired. Would this be possible?
Comment #5
aron novakit's not so straightforward to do that.
If we want to do that, i should only start it after #560882: Do not rely on active internet connection and 3rd party server at the tests
It would be too awkward to have a dynamic php feed what returns relative pubDates to time()
Comment #6
aron novakI extended w/ such a case where not all items expired, but only 1. Committed.