]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror smb change from master.
authorMichael R Sweet <michaelrsweet@gmail.com>
Fri, 18 May 2018 19:38:03 +0000 (15:38 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Fri, 18 May 2018 19:38:03 +0000 (15:38 -0400)
cups/testhttp.c

index 582cfbcbc9f1d2650ab3b9225a9e13187880678e..fa8356c02a451197d9ba9cb41a255b1a69dfb23c 100644 (file)
@@ -120,6 +120,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",