diff options
| author | Ramiro Morales <ramiro@users.noreply.github.com> | 2014-05-21 18:57:46 -0300 |
|---|---|---|
| committer | Ramiro Morales <ramiro@users.noreply.github.com> | 2014-05-21 18:57:46 -0300 |
| commit | d731f48ecea6ceeabc2b015b48655a9f9428a730 (patch) | |
| tree | bc3bf8a1014d4fb2c04c0d4fd4f8e5ceb7b2845b /tests/fixtures_regress/fixtures | |
| parent | 64ee097b3b33716b10837644f9e18b87f25d606e (diff) | |
| parent | 862e1ff2340a1e28a3e7c6904d2b0283085f34c8 (diff) | |
Merge pull request #2679 from ramiro/t22421
Fixed #22421 -- Regression in fixtures loading.
Diffstat (limited to 'tests/fixtures_regress/fixtures')
| -rw-r--r-- | tests/fixtures_regress/fixtures/feature.json | 17 |
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 +} +] |
