##// END OF EJS Templates
Rails3: scm: subversion: fix error of test_format_identifier at unit model test...
Toshi MARUYAMA -
r7035:c55dde85e907
parent child
Show More
@@ -133,8 +133,10 class RepositorySubversionTest < ActiveSupport::TestCase
133 133 end
134 134
135 135 def test_format_identifier
136 assert_equal 0, @repository.changesets.count
136 137 @repository.fetch_changesets
137 @repository.reload
138 @project.reload
139 assert_equal NUM_REV, @repository.changesets.count
138 140 c = @repository.changesets.find_by_revision('1')
139 141 assert_equal c.format_identifier, c.revision
140 142 end
General Comments 0
You need to be logged in to leave comments. Login now