You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/12/21 06:42:46 UTC

git commit: Add additional TSUrlParse test case

Updated Branches:
  refs/heads/master 4ed5db50b -> dade95431


Add additional TSUrlParse test case


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

Branch: refs/heads/master
Commit: dade9543126a680eb20a121835d60531a5098286
Parents: 4ed5db5
Author: James Peach <jp...@apache.org>
Authored: Thu Dec 20 21:42:36 2012 -0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Dec 20 21:42:36 2012 -0800

----------------------------------------------------------------------
 proxy/InkAPITest.cc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/dade9543/proxy/InkAPITest.cc
----------------------------------------------------------------------
diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc
index 3ac7731..3300c92 100644
--- a/proxy/InkAPITest.cc
+++ b/proxy/InkAPITest.cc
@@ -5132,7 +5132,8 @@ REGRESSION_TEST(SDK_API_TSUrlParse) (RegressionTest * test, int atype, int *psta
       "ftp://abc:def@www.example.com:3426/homepage.cgi;ab?abc=def#abc",
       "file:///c:/test.dat;ab?abc=def#abc", // Note: file://c: is malformed URL because no host is present.
       "file:///test.dat;ab?abc=def#abc",
-      "foo://bar.com/baz/"
+      "foo://bar.com/baz/",
+      "http://a.b.com/xx.jpg?newpath=http://b.c.com" // https://issues.apache.org/jira/browse/TS-1635
   };
 
   static int const num_urls = sizeof(urls) / sizeof(urls[0]);