]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testhttp.c
Merge changes from CUPS trunk, r7566.
[thirdparty/cups.git] / cups / testhttp.c
index 37f850c9b3fa56bc475e5577d7c4554b62e84349..fa9282f4a09b0a7b6a515651e3b212583c17af33 100644 (file)
@@ -93,6 +93,8 @@ static uri_test_t     uri_tests[] =   /* URI test data */
                            "ipp", "username:password", "fe80::200:1234:5678:9abc%eth0", "/ipp", 999, 999 },
                          { HTTP_URI_OK, "http://server/admin?DEVICE_URI=usb://HP/Photosmart%25202600%2520series?serial=MY53OK70V10400",
                            "http", "", "server", "/admin?DEVICE_URI=usb://HP/Photosmart%25202600%2520series?serial=MY53OK70V10400", 80, 0 },
+                         { HTTP_URI_OK, "lpd://Acme%20Laser%20(01%3A23%3A45).local._tcp._printer/",
+                           "lpd", "", "Acme Laser (01:23:45).local._tcp._printer", "/", 515, 0 },
 
                          /* Missing scheme */
                          { HTTP_URI_MISSING_SCHEME, "/path/to/file/index.html",