From: Michael R Sweet Date: Fri, 18 May 2018 19:34:50 +0000 (-0400) Subject: Add smb test URI. X-Git-Tag: v2.3b5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce480a999ea72070692a430703b25f10a0eb6f22;p=thirdparty%2Fcups.git Add smb test URI. --- diff --git a/cups/testhttp.c b/cups/testhttp.c index 90d36d4468..bc77b02369 100644 --- a/cups/testhttp.c +++ b/cups/testhttp.c @@ -115,6 +115,9 @@ static uri_test_t uri_tests[] = /* URI test data */ { HTTP_URI_STATUS_OK, "ipp://%22%23%2F%3A%3C%3E%3F%40%5B%5C%5D%5E%60%7B%7C%7D/", "ipp", "", "\"#/:<>?@[\\]^`{|}", "/", 631, 0, HTTP_URI_CODING_MOST }, + { HTTP_URI_STATUS_UNKNOWN_SCHEME, "smb://server/Some%20Printer", + "smb", "", "server", "/Some Printer", 0, 0, + HTTP_URI_CODING_ALL }, /* Missing scheme */ { HTTP_URI_STATUS_MISSING_SCHEME, "/path/to/file/index.html",