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 2014/07/14 20:22:29 UTC

git commit: TS-1475: fix copy/paste log message in API tests

Repository: trafficserver
Updated Branches:
  refs/heads/master ed4a8e741 -> b82a38eee


TS-1475: fix copy/paste log message in API tests

Coverity #1196427


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

Branch: refs/heads/master
Commit: b82a38eeea5149886753724440fed501be0d3438
Parents: ed4a8e7
Author: James Peach <jp...@apache.org>
Authored: Mon Jul 14 12:20:35 2014 -0600
Committer: James Peach <jp...@apache.org>
Committed: Mon Jul 14 12:22:19 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b82a38ee/proxy/InkAPITest.cc
----------------------------------------------------------------------
diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc
index 849ce78..a8abd3e 100644
--- a/proxy/InkAPITest.cc
+++ b/proxy/InkAPITest.cc
@@ -4522,8 +4522,7 @@ REGRESSION_TEST(SDK_API_TSHttpHdrParse) (RegressionTest * test, int /* atype ATS
     start = resp;
     end = resp + strlen(resp) + 1;
     if ((retval = TSHttpHdrParseResp(parser, respbufp, resp_hdr_loc, &start, end)) == TS_PARSE_ERROR) {
-      SDK_RPRINT(test, "TSHttpHdrParseReq", "TestCase1", TC_FAIL,
-                 "TSHttpHdrParseReq returns TS_PARSE_ERROR. Maybe an error with TSHttpParserClear.");
+      SDK_RPRINT(test, "TSHttpHdrParseResp", "TestCase1", TC_FAIL, "TSHttpHdrParseResp returns TS_PARSE_ERROR.");
     } else {
       if (retval == TS_PARSE_DONE) {
         test_passed_parse_resp = true;