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:
Toshi MARUYAMA
2011-04-14 05:03:36 +00:00
parent b091c98238
commit d43bc98a49
3 changed files with 12 additions and 11 deletions

View File

@@ -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