@@ -237,7 +237,8 class ChangesetTest < ActiveSupport::TestCase | |||
|
237 | 237 |
|
|
238 | 238 |
|
|
239 | 239 |
|
|
240 |
:project => proj, |
|
|
240 | :project => proj, | |
|
241 | :url => '/tmp/test/bazaar', | |
|
241 | 242 | :log_encoding => 'ISO-8859-1' ) |
|
242 | 243 |
|
|
243 | 244 |
|
@@ -308,7 +309,8 class ChangesetTest < ActiveSupport::TestCase | |||
|
308 | 309 |
|
|
309 | 310 |
|
|
310 | 311 |
|
|
311 |
:project => proj, |
|
|
312 | :project => proj, | |
|
313 | :url => '/tmp/test/bazaar', | |
|
312 | 314 | :log_encoding => 'ISO-8859-1' ) |
|
313 | 315 |
|
|
314 | 316 |
|
@@ -323,7 +325,8 class ChangesetTest < ActiveSupport::TestCase | |||
|
323 | 325 | def test_comments_nil |
|
324 | 326 |
|
|
325 | 327 |
|
|
326 |
:project => proj, |
|
|
328 | :project => proj, | |
|
329 | :url => '/tmp/test/bazaar', | |
|
327 | 330 | :log_encoding => 'ISO-8859-1' ) |
|
328 | 331 |
|
|
329 | 332 |
|
@@ -343,7 +346,8 class ChangesetTest < ActiveSupport::TestCase | |||
|
343 | 346 | def test_comments_empty |
|
344 | 347 |
|
|
345 | 348 |
|
|
346 |
:project => proj, |
|
|
349 | :project => proj, | |
|
350 | :url => '/tmp/test/bazaar', | |
|
347 | 351 | :log_encoding => 'ISO-8859-1' ) |
|
348 | 352 |
|
|
349 | 353 |
|
General Comments 0
You need to be logged in to leave comments.
Login now