Closed (fixed)
Project:
iCal feed parser
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2010 at 18:16 UTC
Updated:
2 Feb 2010 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
alex_b commented- Code style
- Comments
Comment #2
David Goode commentedHey, the tests actually break pending this patch to date module, which I have applied locally: #675234: Deprecated timezones ignored rather than converted. The test feed includes timezones such as "US/Eastern", which date module silently ignores by default, but which that patch would transform to valid timezones like "America/Montreal". To fix it without requiring that patch, the tests should use "America/Montreal" or similar instead of "US/Eastern". Attached is a patch that only changes the school feed; doesn't include alex's changes, apply that patch in addition.
Comment #3
alex_b commented#3: I can confirm, all tests passing now.
Rerolled containing changes in #1 and #2.
What's open now is the file/class renaming outlined in the initial post:
Otherwise this patch is RTBC.
Comment #4
whatdoesitwant commentedfollowing
Comment #5
ekes commentedCommitted, changed file and class names.
Added some more tests. So far it's clear it's breaking with all day events #689152. I'll close this and start making individual issues from here.