mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 23:36:01 +01:00
scm: cvs: update test repository.
add "tag00" tag and "branch00" branch. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5451 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -27,7 +27,7 @@ begin
|
||||
@adapter.revisions('', nil, nil, :with_paths => true) do |revision|
|
||||
cnt += 1
|
||||
end
|
||||
assert_equal 14, cnt
|
||||
assert_equal 16, cnt
|
||||
end
|
||||
|
||||
def test_revisions_from_rev3
|
||||
@@ -36,7 +36,7 @@ begin
|
||||
@adapter.revisions('', rev3_committed_on, nil, :with_paths => true) do |revision|
|
||||
cnt += 1
|
||||
end
|
||||
assert_equal 2, cnt
|
||||
assert_equal 4, cnt
|
||||
end
|
||||
|
||||
def test_entries_rev3
|
||||
|
||||
Reference in New Issue
Block a user