]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix URL schemes out of sync
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 23 Mar 2012 03:22:25 +0000 (21:22 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 23 Mar 2012 03:22:25 +0000 (21:22 -0600)
testURLScheme.cc:115:Assertion
Test name: testURLScheme::testConst_str
equality assertion failed
- Expected: wais
- Actual  : icp

src/URLScheme.cc

index 5c3aba354f85f16ce7543b3ec15b9965868774a2..f2e021e60db809ecfc97a41e10c9fca539858c5a 100644 (file)
@@ -41,6 +41,8 @@ const char *ProtocolStr[] = {
     "NONE",
     "http",
     "ftp",
+    "coap",
+    "coaps",
     "gopher",
     "wais",
     "cache_object",