]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/tests/testRFC1738.cc
SourceFormat Enforcement
[thirdparty/squid.git] / lib / tests / testRFC1738.cc
index 426aa992ed384fdef7e1b26f1b9f01b83377774f..41862ab9db24119fa989709f6e0cde33aa50ef0d 100644 (file)
@@ -1,5 +1,14 @@
+/*
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #include "squid.h"
 #include "testRFC1738.h"
+#include "unitTestMain.h"
 
 #include <cassert>
 
@@ -143,3 +152,4 @@ void testRFC1738::PercentZeroNullDecoding()
     CPPUNIT_ASSERT(memcmp(unescaped_str, "w%%00%rd",9)==0);
     xfree(unescaped_str);
 }
+