remove trailing white-spaces from test/unit/project_test.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6520 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-21 11:50:39 +00:00
parent a12cf0fb57
commit 8a300de9f5
1 changed files with 83 additions and 85 deletions

View File

@ -465,7 +465,6 @@ class ProjectTest < ActiveSupport::TestCase
], @project.rolled_up_versions
end
should "only check active projects" do
@subproject = Project.generate!
@subproject.set_parent!(@project)
@ -576,7 +575,6 @@ class ProjectTest < ActiveSupport::TestCase
assert !versions.collect(&:id).include?(6)
end
def test_next_identifier
ProjectCustomField.delete_all
Project.create!(:name => 'last', :identifier => 'p2008040')