Skip to content

Commit

Permalink
Added a testcase for bsc#1077310
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 13, 2018
1 parent 0e8b13e commit 466f1f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion library/types/test/url_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,12 @@
"http://user:password@[2001:de8:0:f123::1]:8080/path/to/dir" => "http://user:password@[2001:de8:0:f123::1]:8080/path/to/dir",
"http://name:pass@www.suse.cz:80/path/index.html?question#part" => "http://name:pass@www.suse.cz:80/path/index.html?question#part",
"smb://username:passwd@servername/share/path/on/the/share?mountoptions=ro&workgroup=group" => "smb://username:passwd@servername/share/path/on/the/share?mountoptions=ro&workgroup=group",
"slp:/" => "slp://"
"slp:/" => "slp://",
"dir:/" => "dir:///",
"iso:/" => "iso:///",
"hd:/" => "hd:///",
"cd:/" => "cd:///",
"dvd:/" => "dvd:///"
}.freeze

URLS.each do |url, rebuilt|
Expand Down

0 comments on commit 466f1f9

Please sign in to comment.