mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 12:31:40 +01:00
stricter asserting of subversion url validation test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11718 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -40,7 +40,7 @@ class RepositorySubversionTest < ActiveSupport::TestCase
|
||||
:url => url
|
||||
)
|
||||
assert !repo.save
|
||||
assert_include "is invalid", repo.errors[:url]
|
||||
assert_equal ["is invalid"], repo.errors[:url]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user