@@ -21,6 +21,7 class RepositoryMercurialTest < ActiveSupport::TestCase | |||||
21 | fixtures :projects |
|
21 | fixtures :projects | |
22 |
|
22 | |||
23 | REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s |
|
23 | REPOSITORY_PATH = Rails.root.join('tmp/test/mercurial_repository').to_s | |
|
24 | NUM_REV = 29 | |||
24 | CHAR_1_HEX = "\xc3\x9c" |
|
25 | CHAR_1_HEX = "\xc3\x9c" | |
25 |
|
26 | |||
26 | if File.directory?(REPOSITORY_PATH) |
|
27 | if File.directory?(REPOSITORY_PATH) |
General Comments 0
You need to be logged in to leave comments.
Login now