diff options
Diffstat (limited to 'tests/regressiontests/comment_tests/fixtures')
| -rw-r--r-- | tests/regressiontests/comment_tests/fixtures/comment_tests.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/regressiontests/comment_tests/fixtures/comment_tests.json b/tests/regressiontests/comment_tests/fixtures/comment_tests.json index 6731876e22..55e2161a4c 100644 --- a/tests/regressiontests/comment_tests/fixtures/comment_tests.json +++ b/tests/regressiontests/comment_tests/fixtures/comment_tests.json @@ -1,5 +1,12 @@ [ { + "model" : "comment_tests.book", + "pk" : 1, + "fields" : { + "dewey_decimal" : "12.34" + } + }, + { "model" : "comment_tests.author", "pk" : 1, "fields" : { |
