X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cups%2Ftesthttp.c;h=bc77b023697de12bc2c388fa871c07b6c90d28b6;hb=ce480a999ea72070692a430703b25f10a0eb6f22;hp=90d36d4468b259b581ed8e3b339f9ad252240cbc;hpb=fdaf028e8bb1aed1cfd3c9c42e963982cdc2a87c;p=thirdparty%2Fcups.git diff --git a/cups/testhttp.c b/cups/testhttp.c index 90d36d446..bc77b0236 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",