diff --git a/wagtail/tests/fixtures/test.json b/wagtail/tests/fixtures/test.json index b769b7960..f6fedf5b8 100644 --- a/wagtail/tests/fixtures/test.json +++ b/wagtail/tests/fixtures/test.json @@ -23,7 +23,7 @@ "model": "wagtailcore.page", "fields": { "title": "Welcome to the Wagtail test site!", - "numchild": 4, + "numchild": 5, "show_in_menus": false, "live": true, "depth": 2, @@ -280,6 +280,52 @@ } }, +{ + "pk": 11, + "model": "wagtailcore.page", + "fields": { + "title": "Secret plans", + "numchild": 1, + "show_in_menus": true, + "live": true, + "depth": 3, + "content_type": ["tests", "simplepage"], + "path": "000100010005", + "url_path": "/home/secret-plans/", + "slug": "secret-plans" + } +}, +{ + "pk": 11, + "model": "tests.simplepage", + "fields": { + "content": "
muahahahaha
" + } +}, + +{ + "pk": 12, + "model": "wagtailcore.page", + "fields": { + "title": "Steal underpants", + "numchild": 0, + "show_in_menus": true, + "live": true, + "depth": 4, + "content_type": ["tests", "simplepage"], + "path": "0001000100050001", + "url_path": "/home/secret-plans/steal-underpants/", + "slug": "steal-underpants" + } +}, +{ + "pk": 12, + "model": "tests.simplepage", + "fields": { + "content": "it's really important for something
" + } +}, + { "pk": 1, "model": "wagtailcore.site", @@ -537,5 +583,14 @@ "width": 0, "height": 0 } +}, + +{ + "pk": 1, + "model": "wagtailcore.pageviewrestriction", + "fields": { + "page": 11, + "password": "swordfish" + } } ]