##// END OF EJS Templates
Rails3: scm: cvs: fix error of test_entries_invalid_path at unit model test...
Toshi MARUYAMA -
r7014:fa3f93f2a065
parent child
Show More
@@ -105,8 +105,10 class RepositoryCvsTest < ActiveSupport::TestCase
105 end
105 end
106
106
107 def test_entries_invalid_path
107 def test_entries_invalid_path
108 assert_equal 0, @repository.changesets.count
108 @repository.fetch_changesets
109 @repository.fetch_changesets
109 @repository.reload
110 @project.reload
111 assert_equal CHANGESETS_NUM, @repository.changesets.count
110 assert_nil @repository.entries('missing')
112 assert_nil @repository.entries('missing')
111 assert_nil @repository.entries('missing', '3')
113 assert_nil @repository.entries('missing', '3')
112 end
114 end
General Comments 0
You need to be logged in to leave comments. Login now