Added a test with wrong parent to delete

This commit is contained in:
Clinton Gormley 2013-07-01 16:00:42 +02:00
parent 429a67e3ce
commit 915a6986b9

View File

@ -1,5 +1,6 @@
--- ---
"Parent": "Parent":
- skip: - skip:
version: "0 - 0.90.2" version: "0 - 0.90.2"
reason: Delete ignores the parent param reason: Delete ignores the parent param
@ -23,6 +24,13 @@
parent: 5 parent: 5
body: { foo: bar } body: { foo: bar }
- do:
catch: missing
delete:
index: test_1
type: test
id: 1
- do: - do:
catch: missing catch: missing
delete: delete: