##// END OF EJS Templates
Fixes an error raised by cvs test with Postgresql (revision is varchar)....
Jean-Philippe Lang -
r5295:5fd891aa7224
parent child
Show More
@@ -117,7 +117,7 class RepositoryCvsTest < ActiveSupport::TestCase
117 lines = buf.split("\n")
117 lines = buf.split("\n")
118 assert_equal 2, lines.length
118 assert_equal 2, lines.length
119 assert_equal 'with one change', lines[1]
119 assert_equal 'with one change', lines[1]
120 buf = @repository.cat('README', 1)
120 buf = @repository.cat('README', '1')
121 assert buf
121 assert buf
122 lines = buf.split("\n")
122 lines = buf.split("\n")
123 assert_equal 1, lines.length
123 assert_equal 1, lines.length
General Comments 0
You need to be logged in to leave comments. Login now