Changeset 1758
- Timestamp:
- 10/15/06 17:55:10
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/t/plugins/Filter-GuessTimeZoneByDomain/base.t
r1756 r1758 46 46 --- expected 47 47 is $context->update->feeds->[0]->entries->[0]->date->time_zone->name, "Europe/London"; 48 49 === By IP 50 --- input config 51 plugins: 52 - module: CustomFeed::Debug 53 config: 54 title: Foo 55 entry: 56 - link: http://www.ohmynews.com/ 57 date: 2006/10/14 12:00:00 58 - module: Filter::GuessTimeZoneByDomain 59 --- expected 60 is $context->update->feeds->[0]->entries->[0]->date->time_zone->name, "Asia/Seoul"; 48 61 49 62 === Don't use IP::Country
