Removed debug output.

git-svn-id: http://svn.redmine.org/redmine/trunk@12740 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-01-30 22:27:08 +00:00
parent d5a9af54fa
commit 5fc8cfe9e3
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ class IssueNestedSetTest < ActiveSupport::TestCase
Issue.generate!(:parent_issue_id => parent.id)
parent.reload.children.each do |child|
child.update_attribute :status_id, 5
puts parent.reload.done_ratio
end
assert_equal 100, parent.reload.done_ratio
end