Commit 11219338 authored by Derek Wright's avatar Derek Wright
Browse files

[#1432290] by dww: Updated tests for new 'url' validation behavior.

parent ed1a0a5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@ api = 2
projects[update_test_module][version] = "3.x-dev"
projects[update_test_module][download][type] = "git"
projects[update_test_module][download][revision] = "2bfc8d9"
; Will fail since the 'url' attribute is not allowed.
projects[update_test_module][download][url] = "git://git.drupal.org/project/update_test_module.git"
; Will fail since remote 'url' attributes are not allowed.
projects[update_test_module][download][url] = "git://github.com/project/update_test_module.git"