From cc5d34bc558fdcf47990efe8349deace944b8fde Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 14 Nov 2012 19:44:11 +0100
Subject: [PATCH 05/10] Add --resolve to the keywords and name of test 1318

This makes it easier to skip it automatically when
the test suite is used with external proxies.
---
 tests/data/test1318 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/data/test1318 b/tests/data/test1318
index 709e08d..dc182dc 100644
--- a/tests/data/test1318
+++ b/tests/data/test1318
@@ -3,6 +3,7 @@
 <keywords>
 HTTP
 HTTP GET
+--resolve
 </keywords>
 </info>
 
@@ -32,7 +33,7 @@ Content-Length: 0
 http
 </server>
  <name>
-HTTP with same host name using different cases
+HTTP with --resolve and same host name using different cases
  </name>
  <command>
 --resolve MiXeDcAsE.cOm:%HTTPPORT:%HOSTIP http://MiXeDcAsE.cOm:%HTTPPORT/1318 http://mixedcase.com:%HTTPPORT/13180001
-- 
1.8.0


