Add new fixtures for testing multiple tags on a relation.
This commit is contained in:
parent
ce48349138
commit
b27e534b2e
4 changed files with 54 additions and 0 deletions
20
test/fixtures/current_relation_tags.yml
vendored
20
test/fixtures/current_relation_tags.yml
vendored
|
@ -12,3 +12,23 @@ t3:
|
|||
id: 3
|
||||
k: 'test'
|
||||
v: 'yes'
|
||||
|
||||
mt_1:
|
||||
id: 4
|
||||
k: 'tag1'
|
||||
v: 'val1'
|
||||
|
||||
mt_2:
|
||||
id: 4
|
||||
k: 'tag2'
|
||||
v: 'val2'
|
||||
|
||||
mt_3:
|
||||
id: 4
|
||||
k: 'tag3'
|
||||
v: 'val3'
|
||||
|
||||
mt_4:
|
||||
id: 4
|
||||
k: 'tag4'
|
||||
v: 'val4'
|
||||
|
|
7
test/fixtures/current_relations.yml
vendored
7
test/fixtures/current_relations.yml
vendored
|
@ -18,3 +18,10 @@ used_relation:
|
|||
timestamp: 2007-01-01 00:00:00
|
||||
visible: true
|
||||
version: 1
|
||||
|
||||
multi_tag_relation:
|
||||
id: 4
|
||||
changeset_id: 4
|
||||
timestamp: 2009-04-21 09:50:67
|
||||
visible: true
|
||||
version: 1
|
||||
|
|
20
test/fixtures/relation_tags.yml
vendored
20
test/fixtures/relation_tags.yml
vendored
|
@ -15,3 +15,23 @@ t3:
|
|||
k: 'test'
|
||||
v: 'yes'
|
||||
version: 1
|
||||
|
||||
mt_1:
|
||||
id: 4
|
||||
k: 'tag1'
|
||||
v: 'val1'
|
||||
|
||||
mt_2:
|
||||
id: 4
|
||||
k: 'tag2'
|
||||
v: 'val2'
|
||||
|
||||
mt_3:
|
||||
id: 4
|
||||
k: 'tag3'
|
||||
v: 'val3'
|
||||
|
||||
mt_4:
|
||||
id: 4
|
||||
k: 'tag4'
|
||||
v: 'val4'
|
||||
|
|
7
test/fixtures/relations.yml
vendored
7
test/fixtures/relations.yml
vendored
|
@ -18,3 +18,10 @@ used_relation:
|
|||
timestamp: 2007-01-01 00:00:00
|
||||
visible: true
|
||||
version: 1
|
||||
|
||||
multi_tag_relation:
|
||||
id: 4
|
||||
changeset_id: 4
|
||||
timestamp: 2009-04-21 09:50:67
|
||||
visible:true
|
||||
version: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue