##// END OF EJS Templates
Fixes a fixture with valid attributes (start_date < due_date)....
Jean-Philippe Lang -
r4368:252e4983fba7
parent child
Show More
@@ -53,8 +53,8 issues_003:
53 assigned_to_id: 3
53 assigned_to_id: 3
54 author_id: 2
54 author_id: 2
55 status_id: 1
55 status_id: 1
56 start_date: <%= 1.day.from_now.to_date.to_s(:db) %>
56 start_date: <%= 15.day.ago.to_date.to_s(:db) %>
57 due_date: <%= 40.day.from_now.to_date.to_s(:db) %>
57 due_date: <%= 5.day.ago.to_date.to_s(:db) %>
58 root_id: 3
58 root_id: 3
59 lft: 1
59 lft: 1
60 rgt: 2
60 rgt: 2
General Comments 0
You need to be logged in to leave comments. Login now