Bug Report #3008
Kohana_FeedTest::test_create is broken
| Status: | Closed | Start date: | 06/26/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Core | |||
| Target version: | v3.0.7 | |||
| Resolution: | duplicate | Points: |
Description
-<rss version="2.0"><channel><pubDate>Wed, 31 Dec 1969 18:02:03 -0600</pubDate>< title>Generated Feed</title><link>http://localhost/</link><generator>KohanaPHP</ generator><item><foo>bar</foo><pubDate>Wed, 31 Dec 1969 18:02:03 -0600</pubDate> <link>http://localhost/foo</link></item></channel></rss> +<rss version="2.0"> + <channel> + <pubDate>Wed, 31 Dec 1969 18:02:03 -0600</pubDate> + <title>Generated Feed</title> + <link>http://localhost/</link> + <generator>KohanaPHP</generator> + <item> + <foo>bar</foo> + <pubDate>Wed, 31 Dec 1969 18:02:03 -0600</pubDate> + <link>http://localhost/foo</link> + </item> + </channel> +</rss>
Related issues
History
Updated by Woody Gilk almost 3 years ago
- Category set to Core
- Status changed from New to Closed
- Assignee changed from Geert De Deckere to Woody Gilk
- Target version set to v3.0.7
- Resolution set to duplicate
Correct, #3004 currently has a "Needs Test" status.