summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress/fixtures/feature.json
diff options
context:
space:
mode:
authorRamiro Morales <ramiro@users.noreply.github.com>2014-05-21 18:57:46 -0300
committerRamiro Morales <ramiro@users.noreply.github.com>2014-05-21 18:57:46 -0300
commitd731f48ecea6ceeabc2b015b48655a9f9428a730 (patch)
treebc3bf8a1014d4fb2c04c0d4fd4f8e5ceb7b2845b /tests/fixtures_regress/fixtures/feature.json
parent64ee097b3b33716b10837644f9e18b87f25d606e (diff)
parent862e1ff2340a1e28a3e7c6904d2b0283085f34c8 (diff)
Merge pull request #2679 from ramiro/t22421
Fixed #22421 -- Regression in fixtures loading.
Diffstat (limited to 'tests/fixtures_regress/fixtures/feature.json')
-rw-r--r--tests/fixtures_regress/fixtures/feature.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/fixtures_regress/fixtures/feature.json b/tests/fixtures_regress/fixtures/feature.json
new file mode 100644
index 0000000000..84aa2adcf4
--- /dev/null
+++ b/tests/fixtures_regress/fixtures/feature.json
@@ -0,0 +1,17 @@
+[
+{
+ "fields": {
+ "channels": [],
+ "title": "Title of this feature article"
+ },
+ "model": "fixtures_regress.article",
+ "pk": 1
+},
+{
+ "fields": {
+ "channels": []
+ },
+ "model": "fixtures_regress.feature",
+ "pk": 1
+}
+]