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