Fixes test failure.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3213 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3b7e7be72a
commit
fce25d4488
|
@ -53,12 +53,14 @@ enumerations_009:
|
||||||
id: 9
|
id: 9
|
||||||
opt: ACTI
|
opt: ACTI
|
||||||
type: TimeEntryActivity
|
type: TimeEntryActivity
|
||||||
|
position: 1
|
||||||
active: true
|
active: true
|
||||||
enumerations_010:
|
enumerations_010:
|
||||||
name: Development
|
name: Development
|
||||||
id: 10
|
id: 10
|
||||||
opt: ACTI
|
opt: ACTI
|
||||||
type: TimeEntryActivity
|
type: TimeEntryActivity
|
||||||
|
position: 2
|
||||||
is_default: true
|
is_default: true
|
||||||
active: true
|
active: true
|
||||||
enumerations_011:
|
enumerations_011:
|
||||||
|
@ -66,6 +68,7 @@ enumerations_011:
|
||||||
id: 11
|
id: 11
|
||||||
opt: ACTI
|
opt: ACTI
|
||||||
type: TimeEntryActivity
|
type: TimeEntryActivity
|
||||||
|
position: 3
|
||||||
active: true
|
active: true
|
||||||
enumerations_012:
|
enumerations_012:
|
||||||
name: Default Enumeration
|
name: Default Enumeration
|
||||||
|
@ -85,4 +88,5 @@ enumerations_014:
|
||||||
id: 14
|
id: 14
|
||||||
opt: ACTI
|
opt: ACTI
|
||||||
type: TimeEntryActivity
|
type: TimeEntryActivity
|
||||||
|
position: 4
|
||||||
active: false
|
active: false
|
||||||
|
|
Loading…
Reference in New Issue