Updating branch refs/heads/master
to ea9a59932bf57c4a9b86d7fe6af762ada5d76a24 (commit)
from 32bdab5745c2ce23f040700021e9de1e9b5e5dcd (commit)
commit ea9a59932bf57c4a9b86d7fe6af762ada5d76a24
Author: Enrico Tröger <[email protected]>
Date: Sun Apr 22 00:15:51 2012 +0200
Add missing tests for WebDav URLs
tests/uri_parsing.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/uri_parsing.c b/tests/uri_parsing.c
index ae7131e..ac94e0a 100644
--- a/tests/uri_parsing.c
+++ b/tests/uri_parsing.c
@@ -100,6 +100,10 @@ gint main(gint argc, gchar **argv)
{ "smb://user@localhost/share/", "smb://user@localhost/share/",
"smb", "localhost", NULL, "share", 0, "user"},
{ "smb://user@name@localhost/share/and/",
"smb://user@name@localhost/share/", "smb", "localhost", NULL, "share", 0,
"user@name"},
{ "smb://domain;user@localhost/share/and/more",
"smb://domain;user@localhost/share/", "smb", "localhost", "domain", "share", 0,
"user"},
+ { "dav://localhost.localdomain/",
"dav://localhost.localdomain/", "dav", "localhost.localdomain", NULL, NULL, 0,
NULL},
+ { "dav://localhost.localdomain",
"dav://localhost.localdomain/", "dav", "localhost.localdomain", NULL, NULL, 0,
NULL},
+ { "dav://[email protected]/owncloud/files/webdav.php",
"dav://[email protected]/owncloud/files/webdav.php", "dav", "dav.domain.tld",
NULL, "owncloud/files/webdav.php", 0, "user"},
+ { "davs://[email protected]/path/path2/more",
"davs://[email protected]/path/path2/more", "davs",
"localhost.locaaldomain", NULL, "path/path2/more", 0, "user"},
{ NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL }
};
GigoloBookmark *bm;
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits