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 <[email protected]> Authored: Sun May 27 23:34:08 2012 -0500 Committer: Alan M. Carroll <[email protected]> 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]);
