|
1 | NO CONTENT: modified file |
@@ -16,6 +16,10 class GitAdapterTest < ActiveSupport::TestCase | |||
|
16 | 16 | assert_equal 13, @adapter.revisions('',nil,nil,:all => true).length |
|
17 | 17 | end |
|
18 | 18 | |
|
19 | def test_getting_certain_revisions | |
|
20 | assert_equal 1, @adapter.revisions('','899a15d^','899a15d').length | |
|
21 | end | |
|
22 | ||
|
19 | 23 | def test_annotate |
|
20 | 24 | annotate = @adapter.annotate('sources/watchers_controller.rb') |
|
21 | 25 | assert_kind_of Redmine::Scm::Adapters::Annotate, annotate |
General Comments 0
You need to be logged in to leave comments.
Login now