Loading tests/syndication_tests/fixtures/feeddata.json +6 −6 Original line number Diff line number Diff line [ { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 1, "fields": { "title": "My first entry", Loading @@ -9,7 +9,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 2, "fields": { "title": "My second entry", Loading @@ -18,7 +18,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 3, "fields": { "title": "My third entry", Loading @@ -27,7 +27,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 4, "fields": { "title": "A & B < C > D", Loading @@ -36,7 +36,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 5, "fields": { "title": "My last entry", Loading @@ -45,7 +45,7 @@ } }, { "model": "syndication.article", "model": "syndication_tests.article", "pk": 1, "fields": { "title": "My first article", Loading tests/syndication_tests/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class SyndicationFeedTest(FeedTestCase): """ Tests for the high-level syndication feed framework. """ urls = 'syndication.urls' urls = 'syndication_tests.urls' def test_rss2_feed(self): """ Loading Loading
tests/syndication_tests/fixtures/feeddata.json +6 −6 Original line number Diff line number Diff line [ { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 1, "fields": { "title": "My first entry", Loading @@ -9,7 +9,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 2, "fields": { "title": "My second entry", Loading @@ -18,7 +18,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 3, "fields": { "title": "My third entry", Loading @@ -27,7 +27,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 4, "fields": { "title": "A & B < C > D", Loading @@ -36,7 +36,7 @@ } }, { "model": "syndication.entry", "model": "syndication_tests.entry", "pk": 5, "fields": { "title": "My last entry", Loading @@ -45,7 +45,7 @@ } }, { "model": "syndication.article", "model": "syndication_tests.article", "pk": 1, "fields": { "title": "My first article", Loading
tests/syndication_tests/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ class SyndicationFeedTest(FeedTestCase): """ Tests for the high-level syndication feed framework. """ urls = 'syndication.urls' urls = 'syndication_tests.urls' def test_rss2_feed(self): """ Loading