From 377ef084ad9065930093187e6dc50035e6150f95 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 21 Aug 2012 16:14:33 +0000 Subject: [PATCH] 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 --- test/fixtures/enumerations.yml | 4 ++++ 1 file changed, 4 insertions(+) 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