@@ -117,7 +117,7 class RepositoryCvsTest < ActiveSupport::TestCase | |||
|
117 | 117 | lines = buf.split("\n") |
|
118 | 118 | assert_equal 2, lines.length |
|
119 | 119 | assert_equal 'with one change', lines[1] |
|
120 | buf = @repository.cat('README', 1) | |
|
120 | buf = @repository.cat('README', '1') | |
|
121 | 121 | assert buf |
|
122 | 122 | lines = buf.split("\n") |
|
123 | 123 | assert_equal 1, lines.length |
General Comments 0
You need to be logged in to leave comments.
Login now