##// END OF EJS Templates
scm: mercurial: add scm command tests at unit model test (#4273)....
Toshi MARUYAMA -
r5243:b30ece064b8b
parent child
Show More
@@ -26,6 +26,12 class RepositoryMercurialTest < ActiveSupport::TestCase
26 26 CHAR_1_HEX = "\xc3\x9c"
27 27
28 28 def setup
29 klass = Repository::Mercurial
30 assert_equal "Mercurial", klass.scm_name
31 assert klass.scm_adapter_class
32 assert_not_equal "", klass.scm_command
33 assert_equal true, klass.scm_available
34
29 35 @project = Project.find(3)
30 36 @repository = Repository::Mercurial.create(
31 37 :project => @project,
General Comments 0
You need to be logged in to leave comments. Login now