diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-26 09:10:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-26 09:10:58 +0000 |
commit | 9941a987e92041378d204d41a8d1926d30347db5 (patch) | |
tree | caf3eef5db7ac9432109772fa192acda8652b40b /test/unit/issue_test.rb | |
parent | 38fa36d23bd5432a2a2700659f29c00a47ab9ab4 (diff) | |
download | redmine-9941a987e92041378d204d41a8d1926d30347db5.tar.gz redmine-9941a987e92041378d204d41a8d1926d30347db5.zip |
add more comment about awesome_nested_set 2-1-stable branch regression
git-svn-id: http://svn.redmine.org/redmine/trunk@12709 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/issue_test.rb')
-rw-r--r-- | test/unit/issue_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/issue_test.rb b/test/unit/issue_test.rb index d52fb3940..8f4f32b62 100644 --- a/test/unit/issue_test.rb +++ b/test/unit/issue_test.rb @@ -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 |