From 1fb873cd6bb1867b71151bcf0c84ba8ebd205326 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 31 Dec 2013 11:56:41 +0100 Subject: [PATCH] Finished renaming syndication to syndication_tests --- tests/syndication_tests/fixtures/feeddata.json | 12 ++++++------ tests/syndication_tests/tests.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/syndication_tests/fixtures/feeddata.json b/tests/syndication_tests/fixtures/feeddata.json index 52e5028fcd..b273e21cae 100644 --- a/tests/syndication_tests/fixtures/feeddata.json +++ b/tests/syndication_tests/fixtures/feeddata.json @@ -1,6 +1,6 @@ [ { - "model": "syndication.entry", + "model": "syndication_tests.entry", "pk": 1, "fields": { "title": "My first entry", @@ -9,7 +9,7 @@ } }, { - "model": "syndication.entry", + "model": "syndication_tests.entry", "pk": 2, "fields": { "title": "My second entry", @@ -18,7 +18,7 @@ } }, { - "model": "syndication.entry", + "model": "syndication_tests.entry", "pk": 3, "fields": { "title": "My third entry", @@ -27,7 +27,7 @@ } }, { - "model": "syndication.entry", + "model": "syndication_tests.entry", "pk": 4, "fields": { "title": "A & B < C > D", @@ -36,7 +36,7 @@ } }, { - "model": "syndication.entry", + "model": "syndication_tests.entry", "pk": 5, "fields": { "title": "My last entry", @@ -45,7 +45,7 @@ } }, { - "model": "syndication.article", + "model": "syndication_tests.article", "pk": 1, "fields": { "title": "My first article", diff --git a/tests/syndication_tests/tests.py b/tests/syndication_tests/tests.py index a3b75369be..b5d1ec4bfc 100644 --- a/tests/syndication_tests/tests.py +++ b/tests/syndication_tests/tests.py @@ -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): """