]> source.dussan.org Git - redmine.git/commitdiff
add more comment about awesome_nested_set 2-1-stable branch regression
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 26 Jan 2014 09:10:58 +0000 (09:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 26 Jan 2014 09:10:58 +0000 (09:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12709 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/issue_test.rb

index d52fb3940e54f3230172366ec92a185e1107ca44..8f4f32b620c36c6276feca53cfce0de60ce8264d 100644 (file)
@@ -342,7 +342,7 @@ class IssueTest < ActiveSupport::TestCase
     assert child2.visible?(user)
     assert_equal 2, parent.descendants.count
     assert_equal 2, parent.descendants.visible(user).count
-    # awesome_nested_set 2-1-stable has regression.
+    # awesome_nested_set 2-1-stable branch has regression.
     # https://github.com/collectiveidea/awesome_nested_set/commit/3d5ac746542b564f6586c2316180254b088bebb6
     # ActiveRecord::StatementInvalid: SQLite3::SQLException: ambiguous column name: lft:
     assert_equal 2, parent.descendants.collect{|i| i}.size