mirror of
https://github.com/redmine/redmine.git
synced 2026-02-22 22:51:00 +01:00
remove spaces inside {} of test/unit/project_nested_set_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20475 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -57,7 +57,7 @@ class ProjectNestedSetTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_rebuild_tree_should_build_valid_tree_even_with_valid_lft_rgt_values
|
||||
Project.where({:id => @a.id }).update_all("name = 'YY'")
|
||||
Project.where({:id => @a.id}).update_all("name = 'YY'")
|
||||
# lft and rgt values are still valid (Project.rebuild! would not update anything)
|
||||
# but projects are not ordered properly (YY is in the first place)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user