From: Amos Jeffries Date: Fri, 23 Mar 2012 03:22:25 +0000 (-0600) Subject: Fix URL schemes out of sync X-Git-Tag: SQUID_3_1_20~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b00a6e954513d8e1e6423aed4adf584d729a22;p=thirdparty%2Fsquid.git Fix URL schemes out of sync testURLScheme.cc:115:Assertion Test name: testURLScheme::testConst_str equality assertion failed - Expected: wais - Actual : icp --- diff --git a/src/URLScheme.cc b/src/URLScheme.cc index 5c3aba354f..f2e021e60d 100644 --- a/src/URLScheme.cc +++ b/src/URLScheme.cc @@ -41,6 +41,8 @@ const char *ProtocolStr[] = { "NONE", "http", "ftp", + "coap", + "coaps", "gopher", "wais", "cache_object",