ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

missing-fixture.diff

Toshi MARUYAMA, 2012-02-06 10:13 am

Download (724 Bytes)

 
b/test/unit/issue_test.rb
22 22
           :enumerations,
23 23
           :issues,
24 24
           :custom_fields, :custom_fields_projects, :custom_fields_trackers, :custom_values,
25
           :time_entries
25
           :time_entries,
26
           :journals
26 27

  
27 28
  def test_create
28 29
    issue = Issue.new(:project_id => 1, :tracker_id => 1, :author_id => 3, :status_id => 1, :priority => IssuePriority.all.first, :subject => 'test_create', :description => 'IssueTest#test_create', :estimated_hours => '1:30')