summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-21 16:14:33 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-08-21 16:14:33 +0000
commit377ef084ad9065930093187e6dc50035e6150f95 (patch)
treed562ef04c28465cf86eecfeb9d73eaf769fbc5c9 /test/fixtures
parent665a331cc407f3143bece9caf0e19d48d2f66149 (diff)
downloadredmine-377ef084ad9065930093187e6dc50035e6150f95.tar.gz
redmine-377ef084ad9065930093187e6dc50035e6150f95.zip
add position to DocumentCategory in enumerations fixture (#11665)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10222 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/enumerations.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml
index 93e7182c9..2c4c82e90 100644
--- a/test/fixtures/enumerations.yml
+++ b/test/fixtures/enumerations.yml
@@ -4,16 +4,19 @@ enumerations_001:
id: 1
type: DocumentCategory
active: true
+ position: 1
enumerations_002:
name: User documentation
id: 2
type: DocumentCategory
active: true
+ position: 2
enumerations_003:
name: Technical documentation
id: 3
type: DocumentCategory
active: true
+ position: 3
enumerations_004:
name: Low
id: 4
@@ -92,3 +95,4 @@ enumerations_016:
id: 16
type: DocumentCategory
active: false
+ position: 4