##// END OF EJS Templates
Rails3: scm: cvs: fix error of test_entries_invalid_revision at unit model test...
Toshi MARUYAMA -
r7015:38a0cac5d061
parent child
Show More
@@ -114,8 +114,10 class RepositoryCvsTest < ActiveSupport::TestCase
114 114 end
115 115
116 116 def test_entries_invalid_revision
117 assert_equal 0, @repository.changesets.count
117 118 @repository.fetch_changesets
118 @repository.reload
119 @project.reload
120 assert_equal CHANGESETS_NUM, @repository.changesets.count
119 121 assert_nil @repository.entries('', '123')
120 122 end
121 123
General Comments 0
You need to be logged in to leave comments. Login now