##// END OF EJS Templates
Fixes test failure....
Jean-Philippe Lang -
r3099:fce25d448837
parent child
Show More
@@ -53,12 +53,14 enumerations_009:
53 53 id: 9
54 54 opt: ACTI
55 55 type: TimeEntryActivity
56 position: 1
56 57 active: true
57 58 enumerations_010:
58 59 name: Development
59 60 id: 10
60 61 opt: ACTI
61 62 type: TimeEntryActivity
63 position: 2
62 64 is_default: true
63 65 active: true
64 66 enumerations_011:
@@ -66,6 +68,7 enumerations_011:
66 68 id: 11
67 69 opt: ACTI
68 70 type: TimeEntryActivity
71 position: 3
69 72 active: true
70 73 enumerations_012:
71 74 name: Default Enumeration
@@ -85,4 +88,5 enumerations_014:
85 88 id: 14
86 89 opt: ACTI
87 90 type: TimeEntryActivity
91 position: 4
88 92 active: false
General Comments 0
You need to be logged in to leave comments. Login now