summaryrefslogtreecommitdiff
path: root/tests/syndication_tests/fixtures/feeddata.json
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-12-31 11:25:02 +0100
committerClaude Paroz <claude@2xlibre.net>2013-12-31 11:25:02 +0100
commit0b825adcf2a4608c8fb02a19cc56dc96ef1414a1 (patch)
treef3608955959db9e3c4e96321f883858d8a62fde6 /tests/syndication_tests/fixtures/feeddata.json
parenta5e2a0e569809b7ea0c379e12d637ef0e5c9c8b9 (diff)
Renamed syndication tests
To resolve the conflict between application names.
Diffstat (limited to 'tests/syndication_tests/fixtures/feeddata.json')
-rw-r--r--tests/syndication_tests/fixtures/feeddata.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/tests/syndication_tests/fixtures/feeddata.json b/tests/syndication_tests/fixtures/feeddata.json
new file mode 100644
index 0000000000..52e5028fcd
--- /dev/null
+++ b/tests/syndication_tests/fixtures/feeddata.json
@@ -0,0 +1,55 @@
+[
+ {
+ "model": "syndication.entry",
+ "pk": 1,
+ "fields": {
+ "title": "My first entry",
+ "updated": "1850-01-01 12:30:00",
+ "published": "1066-09-25 20:15:00"
+ }
+ },
+ {
+ "model": "syndication.entry",
+ "pk": 2,
+ "fields": {
+ "title": "My second entry",
+ "updated": "2008-01-02 12:30:00",
+ "published": "2006-03-17 18:00:00"
+ }
+ },
+ {
+ "model": "syndication.entry",
+ "pk": 3,
+ "fields": {
+ "title": "My third entry",
+ "updated": "2008-01-02 13:30:00",
+ "published": "2005-06-14 10:45:00"
+ }
+ },
+ {
+ "model": "syndication.entry",
+ "pk": 4,
+ "fields": {
+ "title": "A & B < C > D",
+ "updated": "2008-01-03 13:30:00",
+ "published": "2005-11-25 12:11:23"
+ }
+ },
+ {
+ "model": "syndication.entry",
+ "pk": 5,
+ "fields": {
+ "title": "My last entry",
+ "updated": "2013-01-20 00:00:00",
+ "published": "2013-03-25 20:00:00"
+ }
+ },
+ {
+ "model": "syndication.article",
+ "pk": 1,
+ "fields": {
+ "title": "My first article",
+ "entry": "1"
+ }
+ }
+]