]> source.dussan.org Git - redmine.git/commitdiff
add position to DocumentCategory in enumerations fixture (#11665)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 21 Aug 2012 16:14:33 +0000 (16:14 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 21 Aug 2012 16:14:33 +0000 (16:14 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10222 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/fixtures/enumerations.yml

index 93e7182c96c97dbb8d821a913e296e74e3b4acd9..2c4c82e90cee10c0110d4287e113ef652dcec807 100644 (file)
@@ -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