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:
parent
a12cf0fb57
commit
8a300de9f5
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue