Kaydet (Commit) 1fb873cd authored tarafından Claude Paroz's avatar Claude Paroz

Finished renaming syndication to syndication_tests

üst 7b119c1c
[ [
{ {
"model": "syndication.entry", "model": "syndication_tests.entry",
"pk": 1, "pk": 1,
"fields": { "fields": {
"title": "My first entry", "title": "My first entry",
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
} }
}, },
{ {
"model": "syndication.entry", "model": "syndication_tests.entry",
"pk": 2, "pk": 2,
"fields": { "fields": {
"title": "My second entry", "title": "My second entry",
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
} }
}, },
{ {
"model": "syndication.entry", "model": "syndication_tests.entry",
"pk": 3, "pk": 3,
"fields": { "fields": {
"title": "My third entry", "title": "My third entry",
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
} }
}, },
{ {
"model": "syndication.entry", "model": "syndication_tests.entry",
"pk": 4, "pk": 4,
"fields": { "fields": {
"title": "A & B < C > D", "title": "A & B < C > D",
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
} }
}, },
{ {
"model": "syndication.entry", "model": "syndication_tests.entry",
"pk": 5, "pk": 5,
"fields": { "fields": {
"title": "My last entry", "title": "My last entry",
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
} }
}, },
{ {
"model": "syndication.article", "model": "syndication_tests.article",
"pk": 1, "pk": 1,
"fields": { "fields": {
"title": "My first article", "title": "My first article",
......
...@@ -54,7 +54,7 @@ class SyndicationFeedTest(FeedTestCase): ...@@ -54,7 +54,7 @@ class SyndicationFeedTest(FeedTestCase):
""" """
Tests for the high-level syndication feed framework. Tests for the high-level syndication feed framework.
""" """
urls = 'syndication.urls' urls = 'syndication_tests.urls'
def test_rss2_feed(self): def test_rss2_feed(self):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment