mirror of
https://github.com/redmine/redmine.git
synced 2025-10-27 16:26:16 +01:00
SCM:
* Fixes file log for non-Git repositories (Repository#latest_changesets ignores path argument) * No longer used Repository#changesets_for_path method removed git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2844 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -69,7 +69,7 @@ class ChangesetTest < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_next_nil
|
||||
changeset = Changeset.find_by_revision('4')
|
||||
changeset = Changeset.find_by_revision('8')
|
||||
assert_nil changeset.next
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user