pkgsrc-wip/aria2/patches/patch-am
2007-10-17 09:26:52 +00:00

12 lines
468 B
Text

$NetBSD: patch-am,v 1.1 2007/10/17 09:26:52 bsadewitz Exp $
--- test/HttpRequestTest.cc.orig 2007-08-28 12:36:33.000000000 -0400
+++ test/HttpRequestTest.cc
@@ -165,7 +165,6 @@ void HttpRequestTest::testCreateRequest(
"Host: localhost:8080\r\n"
"Pragma: no-cache\r\n"
"Cache-Control: no-cache\r\n"
- "Referer: http://localhost:8080/archives/aria2-1.0.0.tar.bz2\r\n"
"\r\n";
CPPUNIT_ASSERT_EQUAL(expectedText, httpRequest.createRequest());