@@ -465,7 +465,6 class ProjectTest < ActiveSupport::TestCase | |||||
465 | ], @project.rolled_up_versions |
|
465 | ], @project.rolled_up_versions | |
466 | end |
|
466 | end | |
467 |
|
467 | |||
468 |
|
||||
469 | should "only check active projects" do |
|
468 | should "only check active projects" do | |
470 | @subproject = Project.generate! |
|
469 | @subproject = Project.generate! | |
471 | @subproject.set_parent!(@project) |
|
470 | @subproject.set_parent!(@project) | |
@@ -576,7 +575,6 class ProjectTest < ActiveSupport::TestCase | |||||
576 | assert !versions.collect(&:id).include?(6) |
|
575 | assert !versions.collect(&:id).include?(6) | |
577 | end |
|
576 | end | |
578 |
|
577 | |||
579 |
|
||||
580 | def test_next_identifier |
|
578 | def test_next_identifier | |
581 | ProjectCustomField.delete_all |
|
579 | ProjectCustomField.delete_all | |
582 | Project.create!(:name => 'last', :identifier => 'p2008040') |
|
580 | Project.create!(:name => 'last', :identifier => 'p2008040') |
General Comments 0
You need to be logged in to leave comments.
Login now