diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-12-31 11:56:41 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-12-31 11:56:41 +0100 |
| commit | 1fb873cd6bb1867b71151bcf0c84ba8ebd205326 (patch) | |
| tree | deb6a307c9f1a4f141787ceb07b977c9cb213cf0 /tests/syndication_tests/fixtures/feeddata.json | |
| parent | 7b119c1c77c8e0d17b55088f83a1552c73ceb31c (diff) | |
Finished renaming syndication to syndication_tests
Diffstat (limited to 'tests/syndication_tests/fixtures/feeddata.json')
| -rw-r--r-- | tests/syndication_tests/fixtures/feeddata.json | 12 |
1 files changed, 6 insertions, 6 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", |
