summaryrefslogtreecommitdiffstats
path: root/test/fixtures/enumerations.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-21 21:03:29 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-12-21 21:03:29 +0000
commitfce25d44883799672a00f1ff247361615a869ad1 (patch)
tree640018be4aa35041e6c0b402f8c59633e66784ed /test/fixtures/enumerations.yml
parent3b7e7be72aa249f402f90f0e429cd53308c2ba18 (diff)
downloadredmine-fce25d44883799672a00f1ff247361615a869ad1.tar.gz
redmine-fce25d44883799672a00f1ff247361615a869ad1.zip
Fixes test failure.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3213 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/enumerations.yml')
-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 7deacd731..5b9bc9297 100644
--- a/test/fixtures/enumerations.yml
+++ b/test/fixtures/enumerations.yml
@@ -53,12 +53,14 @@ enumerations_009:
id: 9
opt: ACTI
type: TimeEntryActivity
+ position: 1
active: true
enumerations_010:
name: Development
id: 10
opt: ACTI
type: TimeEntryActivity
+ position: 2
is_default: true
active: true
enumerations_011:
@@ -66,6 +68,7 @@ enumerations_011:
id: 11
opt: ACTI
type: TimeEntryActivity
+ position: 3
active: true
enumerations_012:
name: Default Enumeration
@@ -85,4 +88,5 @@ enumerations_014:
id: 14
opt: ACTI
type: TimeEntryActivity
+ position: 4
active: false