Rename weird-index to start with test- so that it gets cleaned up

This commit is contained in:
Clinton Gormley 2013-09-16 20:56:48 +02:00
parent de4a84ccee
commit e0e4b6b4dc
1 changed files with 4 additions and 4 deletions

View File

@ -3,24 +3,24 @@
- do: - do:
index: index:
index: weird-index-中文 index: test-weird-index-中文
type: weird.type type: weird.type
id: 1 id: 1
body: { foo: bar } body: { foo: bar }
- is_true: ok - is_true: ok
- match: { _index: weird-index-中文 } - match: { _index: test-weird-index-中文 }
- match: { _type: weird.type } - match: { _type: weird.type }
- match: { _id: "1"} - match: { _id: "1"}
- match: { _version: 1} - match: { _version: 1}
- do: - do:
get: get:
index: weird-index-中文 index: test-weird-index-中文
type: weird.type type: weird.type
id: 1 id: 1
- match: { _index: weird-index-中文 } - match: { _index: test-weird-index-中文 }
- match: { _type: weird.type } - match: { _type: weird.type }
- match: { _id: "1"} - match: { _id: "1"}
- match: { _version: 1} - match: { _version: 1}