##// END OF EJS Templates
stricter asserting of subversion url validation test...
Toshi MARUYAMA -
r11488:32ee6b32756e
parent child
Show More
@@ -40,7 +40,7 class RepositorySubversionTest < ActiveSupport::TestCase
40 :url => url
40 :url => url
41 )
41 )
42 assert !repo.save
42 assert !repo.save
43 assert_include "is invalid", repo.errors[:url]
43 assert_equal ["is invalid"], repo.errors[:url]
44 end
44 end
45 end
45 end
46
46
General Comments 0
You need to be logged in to leave comments. Login now