You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2012/05/28 07:15:23 UTC

[2/5] git commit: Testing tweak.

Testing tweak.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b7e160d2
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b7e160d2
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b7e160d2

Branch: refs/heads/master
Commit: b7e160d245851394c36989ba206f4bbc04c6635f
Parents: 0968497
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Sun May 27 23:34:08 2012 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Sun May 27 23:34:08 2012 -0500

----------------------------------------------------------------------
 proxy/hdrs/HdrTest.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b7e160d2/proxy/hdrs/HdrTest.cc
----------------------------------------------------------------------
diff --git a/proxy/hdrs/HdrTest.cc b/proxy/hdrs/HdrTest.cc
index 2e4f2a5..5f5b898 100644
--- a/proxy/hdrs/HdrTest.cc
+++ b/proxy/hdrs/HdrTest.cc
@@ -424,7 +424,6 @@ HdrTest::test_url()
   static int nstrs = sizeof(strs) / sizeof(strs[0]);
 
   static char const* bad[] = {
-/*
     "http://[1:2:3:4:5:6:7:8:9]",
     "http://1:2:3:4:5:6:7:8:A:B",
     "http://bob.com[::1]",
@@ -433,7 +432,6 @@ HdrTest::test_url()
     "http://foo:bar:baz@[::1]:8080/",
     "http://]",
     "http://:",
-*/
     "http:/"
   };
   static int nbad = sizeof(bad) / sizeof(bad[0]);