diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-14 17:31:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-14 17:31:24 +0000 |
commit | eb7cbd481e44fcb636957acc7896aefa52743f70 (patch) | |
tree | 970e94406e35111aa26adf010060436632181c73 /test/fixtures/issues.yml | |
parent | 17c7886791a7dd33daaa8ed0e334f733afefc4a1 (diff) | |
download | redmine-eb7cbd481e44fcb636957acc7896aefa52743f70.tar.gz redmine-eb7cbd481e44fcb636957acc7896aefa52743f70.zip |
Added some tests for projects controller and helper.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@989 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/issues.yml')
-rw-r--r-- | test/fixtures/issues.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/issues.yml b/test/fixtures/issues.yml index 6649849d8..fc5b48dee 100644 --- a/test/fixtures/issues.yml +++ b/test/fixtures/issues.yml @@ -41,6 +41,8 @@ issues_003: assigned_to_id:
author_id: 2
status_id: 1
+ start_date: <%= 1.day.from_now.to_date.to_s(:db) %>
+ due_date: <%= 40.day.ago.to_date.to_s(:db) %>
issues_004:
created_on: 2006-07-19 21:07:27 +02:00
project_id: 2
|