From 466f1f93a34863627c64808ada0ebf67a0461a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Tue, 13 Feb 2018 10:14:53 +0100 Subject: [PATCH] Added a testcase for bsc#1077310 --- library/types/test/url_test.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/library/types/test/url_test.rb b/library/types/test/url_test.rb index 3f4571727..81b3e4727 100755 --- a/library/types/test/url_test.rb +++ b/library/types/test/url_test.rb @@ -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|