annotate test/fixtures/issues.yml @ 1433:cfa80f738847 bibliography_testing

Fixed assertion error message.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Oct 2013 17:29:47 +0100
parents 433d4f72a19b
children 622f24f53b42
rev   line source
Chris@0 1 ---
Chris@0 2 issues_001:
Chris@1115 3 created_on: <%= 3.days.ago.to_s(:db) %>
Chris@0 4 project_id: 1
Chris@1115 5 updated_on: <%= 1.day.ago.to_s(:db) %>
Chris@0 6 priority_id: 4
Chris@0 7 subject: Can't print recipes
Chris@0 8 id: 1
Chris@0 9 fixed_version_id:
Chris@0 10 category_id: 1
Chris@0 11 description: Unable to print recipes
Chris@0 12 tracker_id: 1
Chris@0 13 assigned_to_id:
Chris@0 14 author_id: 2
Chris@0 15 status_id: 1
Chris@0 16 start_date: <%= 1.day.ago.to_date.to_s(:db) %>
Chris@0 17 due_date: <%= 10.day.from_now.to_date.to_s(:db) %>
Chris@0 18 root_id: 1
Chris@0 19 lft: 1
Chris@0 20 rgt: 2
Chris@1115 21 lock_version: 3
Chris@0 22 issues_002:
Chris@0 23 created_on: 2006-07-19 21:04:21 +02:00
Chris@0 24 project_id: 1
Chris@0 25 updated_on: 2006-07-19 21:09:50 +02:00
Chris@0 26 priority_id: 5
Chris@0 27 subject: Add ingredients categories
Chris@0 28 id: 2
Chris@0 29 fixed_version_id: 2
Chris@0 30 category_id:
Chris@0 31 description: Ingredients of the recipe should be classified by categories
Chris@0 32 tracker_id: 2
Chris@0 33 assigned_to_id: 3
Chris@0 34 author_id: 2
Chris@0 35 status_id: 2
Chris@0 36 start_date: <%= 2.day.ago.to_date.to_s(:db) %>
Chris@0 37 due_date:
Chris@0 38 root_id: 2
Chris@0 39 lft: 1
Chris@0 40 rgt: 2
Chris@0 41 lock_version: 3
chris@37 42 done_ratio: 30
Chris@0 43 issues_003:
Chris@0 44 created_on: 2006-07-19 21:07:27 +02:00
Chris@0 45 project_id: 1
Chris@0 46 updated_on: 2006-07-19 21:07:27 +02:00
Chris@0 47 priority_id: 4
Chris@0 48 subject: Error 281 when updating a recipe
Chris@0 49 id: 3
Chris@0 50 fixed_version_id:
Chris@0 51 category_id:
Chris@0 52 description: Error 281 is encountered when saving a recipe
Chris@0 53 tracker_id: 1
Chris@0 54 assigned_to_id: 3
Chris@0 55 author_id: 2
Chris@0 56 status_id: 1
Chris@119 57 start_date: <%= 15.day.ago.to_date.to_s(:db) %>
Chris@119 58 due_date: <%= 5.day.ago.to_date.to_s(:db) %>
Chris@0 59 root_id: 3
Chris@0 60 lft: 1
Chris@0 61 rgt: 2
Chris@0 62 issues_004:
Chris@1115 63 created_on: <%= 5.days.ago.to_s(:db) %>
Chris@0 64 project_id: 2
Chris@1115 65 updated_on: <%= 2.days.ago.to_s(:db) %>
Chris@0 66 priority_id: 4
Chris@0 67 subject: Issue on project 2
Chris@0 68 id: 4
Chris@0 69 fixed_version_id:
Chris@0 70 category_id:
Chris@0 71 description: Issue on project 2
Chris@0 72 tracker_id: 1
Chris@0 73 assigned_to_id: 2
Chris@0 74 author_id: 2
Chris@0 75 status_id: 1
Chris@0 76 root_id: 4
Chris@0 77 lft: 1
Chris@0 78 rgt: 2
Chris@0 79 issues_005:
Chris@1115 80 created_on: <%= 5.days.ago.to_s(:db) %>
Chris@0 81 project_id: 3
Chris@1115 82 updated_on: <%= 2.days.ago.to_s(:db) %>
Chris@0 83 priority_id: 4
Chris@0 84 subject: Subproject issue
Chris@0 85 id: 5
Chris@0 86 fixed_version_id:
Chris@0 87 category_id:
Chris@0 88 description: This is an issue on a cookbook subproject
Chris@0 89 tracker_id: 1
Chris@0 90 assigned_to_id:
Chris@0 91 author_id: 2
Chris@0 92 status_id: 1
Chris@0 93 root_id: 5
Chris@0 94 lft: 1
Chris@0 95 rgt: 2
Chris@0 96 issues_006:
Chris@1115 97 created_on: <%= 1.minute.ago.to_s(:db) %>
Chris@0 98 project_id: 5
Chris@1115 99 updated_on: <%= 1.minute.ago.to_s(:db) %>
Chris@0 100 priority_id: 4
Chris@0 101 subject: Issue of a private subproject
Chris@0 102 id: 6
Chris@0 103 fixed_version_id:
Chris@0 104 category_id:
Chris@0 105 description: This is an issue of a private subproject of cookbook
Chris@0 106 tracker_id: 1
Chris@0 107 assigned_to_id:
Chris@0 108 author_id: 2
Chris@0 109 status_id: 1
Chris@0 110 start_date: <%= Date.today.to_s(:db) %>
Chris@0 111 due_date: <%= 1.days.from_now.to_date.to_s(:db) %>
Chris@0 112 root_id: 6
Chris@0 113 lft: 1
Chris@0 114 rgt: 2
Chris@0 115 issues_007:
Chris@1115 116 created_on: <%= 10.days.ago.to_s(:db) %>
Chris@0 117 project_id: 1
Chris@1115 118 updated_on: <%= 10.days.ago.to_s(:db) %>
Chris@0 119 priority_id: 5
Chris@0 120 subject: Issue due today
Chris@0 121 id: 7
Chris@0 122 fixed_version_id:
Chris@0 123 category_id:
Chris@0 124 description: This is an issue that is due today
Chris@0 125 tracker_id: 1
Chris@0 126 assigned_to_id:
Chris@0 127 author_id: 2
Chris@0 128 status_id: 1
Chris@0 129 start_date: <%= 10.days.ago.to_s(:db) %>
Chris@0 130 due_date: <%= Date.today.to_s(:db) %>
Chris@0 131 lock_version: 0
Chris@0 132 root_id: 7
Chris@0 133 lft: 1
Chris@0 134 rgt: 2
Chris@0 135 issues_008:
Chris@1115 136 created_on: <%= 10.days.ago.to_s(:db) %>
Chris@0 137 project_id: 1
Chris@1115 138 updated_on: <%= 10.days.ago.to_s(:db) %>
Chris@0 139 priority_id: 5
Chris@0 140 subject: Closed issue
Chris@0 141 id: 8
Chris@0 142 fixed_version_id:
Chris@0 143 category_id:
Chris@0 144 description: This is a closed issue.
Chris@0 145 tracker_id: 1
Chris@0 146 assigned_to_id:
Chris@0 147 author_id: 2
Chris@0 148 status_id: 5
Chris@0 149 start_date:
Chris@0 150 due_date:
Chris@0 151 lock_version: 0
Chris@0 152 root_id: 8
Chris@0 153 lft: 1
Chris@0 154 rgt: 2
Chris@0 155 issues_009:
Chris@1115 156 created_on: <%= 1.minute.ago.to_s(:db) %>
Chris@0 157 project_id: 5
Chris@1115 158 updated_on: <%= 1.minute.ago.to_s(:db) %>
Chris@0 159 priority_id: 5
Chris@0 160 subject: Blocked Issue
Chris@0 161 id: 9
Chris@0 162 fixed_version_id:
Chris@0 163 category_id:
Chris@0 164 description: This is an issue that is blocked by issue #10
Chris@0 165 tracker_id: 1
Chris@0 166 assigned_to_id:
Chris@0 167 author_id: 2
Chris@0 168 status_id: 1
Chris@0 169 start_date: <%= Date.today.to_s(:db) %>
Chris@0 170 due_date: <%= 1.days.from_now.to_date.to_s(:db) %>
Chris@0 171 root_id: 9
Chris@0 172 lft: 1
Chris@0 173 rgt: 2
Chris@0 174 issues_010:
Chris@1115 175 created_on: <%= 1.minute.ago.to_s(:db) %>
Chris@0 176 project_id: 5
Chris@1115 177 updated_on: <%= 1.minute.ago.to_s(:db) %>
Chris@0 178 priority_id: 5
Chris@0 179 subject: Issue Doing the Blocking
Chris@0 180 id: 10
Chris@0 181 fixed_version_id:
Chris@0 182 category_id:
Chris@0 183 description: This is an issue that blocks issue #9
Chris@0 184 tracker_id: 1
Chris@0 185 assigned_to_id:
Chris@0 186 author_id: 2
Chris@0 187 status_id: 1
Chris@0 188 start_date: <%= Date.today.to_s(:db) %>
Chris@0 189 due_date: <%= 1.days.from_now.to_date.to_s(:db) %>
Chris@0 190 root_id: 10
Chris@0 191 lft: 1
Chris@0 192 rgt: 2
Chris@0 193 issues_011:
Chris@1115 194 created_on: <%= 3.days.ago.to_s(:db) %>
Chris@0 195 project_id: 1
Chris@1115 196 updated_on: <%= 1.day.ago.to_s(:db) %>
Chris@0 197 priority_id: 5
Chris@0 198 subject: Closed issue on a closed version
Chris@0 199 id: 11
Chris@0 200 fixed_version_id: 1
Chris@0 201 category_id: 1
Chris@0 202 description:
Chris@0 203 tracker_id: 1
Chris@0 204 assigned_to_id:
Chris@0 205 author_id: 2
Chris@0 206 status_id: 5
Chris@0 207 start_date: <%= 1.day.ago.to_date.to_s(:db) %>
Chris@0 208 due_date:
Chris@0 209 root_id: 11
Chris@0 210 lft: 1
Chris@0 211 rgt: 2
Chris@0 212 issues_012:
Chris@1115 213 created_on: <%= 3.days.ago.to_s(:db) %>
Chris@0 214 project_id: 1
Chris@1115 215 updated_on: <%= 1.day.ago.to_s(:db) %>
Chris@0 216 priority_id: 5
Chris@0 217 subject: Closed issue on a locked version
Chris@0 218 id: 12
Chris@0 219 fixed_version_id: 2
Chris@0 220 category_id: 1
Chris@0 221 description:
Chris@0 222 tracker_id: 1
Chris@0 223 assigned_to_id:
Chris@0 224 author_id: 3
Chris@0 225 status_id: 5
Chris@0 226 start_date: <%= 1.day.ago.to_date.to_s(:db) %>
Chris@0 227 due_date:
Chris@0 228 root_id: 12
Chris@0 229 lft: 1
Chris@0 230 rgt: 2
Chris@0 231 issues_013:
Chris@1115 232 created_on: <%= 5.days.ago.to_s(:db) %>
Chris@0 233 project_id: 3
Chris@1115 234 updated_on: <%= 2.days.ago.to_s(:db) %>
Chris@0 235 priority_id: 4
Chris@0 236 subject: Subproject issue two
Chris@0 237 id: 13
Chris@0 238 fixed_version_id:
Chris@0 239 category_id:
Chris@0 240 description: This is a second issue on a cookbook subproject
Chris@0 241 tracker_id: 1
Chris@0 242 assigned_to_id:
Chris@0 243 author_id: 2
Chris@0 244 status_id: 1
Chris@0 245 root_id: 13
Chris@0 246 lft: 1
Chris@0 247 rgt: 2
Chris@441 248 issues_014:
Chris@441 249 id: 14
Chris@1115 250 created_on: <%= 15.days.ago.to_s(:db) %>
Chris@441 251 project_id: 3
Chris@1115 252 updated_on: <%= 15.days.ago.to_s(:db) %>
Chris@441 253 priority_id: 5
Chris@441 254 subject: Private issue on public project
Chris@441 255 fixed_version_id:
Chris@441 256 category_id:
Chris@441 257 description: This is a private issue
Chris@441 258 tracker_id: 1
Chris@441 259 assigned_to_id:
Chris@441 260 author_id: 2
Chris@441 261 status_id: 1
Chris@441 262 is_private: true
Chris@441 263 root_id: 14
Chris@441 264 lft: 1
Chris@441 265 rgt: 2