TS-2274 Fix the regressions
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b3009146 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b3009146 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b3009146 Branch: refs/heads/master Commit: b3009146bcd58d2b23b06412ffa61936192afcc1 Parents: ce5c821 Author: Leif Hedstrom <[email protected]> Authored: Wed May 21 16:10:44 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed May 21 16:10:49 2014 -0600 ---------------------------------------------------------------------- proxy/InkAPITest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b3009146/proxy/InkAPITest.cc ---------------------------------------------------------------------- diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc index 39add2c..1ff7cd5 100644 --- a/proxy/InkAPITest.cc +++ b/proxy/InkAPITest.cc @@ -5396,7 +5396,7 @@ REGRESSION_TEST(SDK_API_TSMgmtGet) (RegressionTest * test, int /* atype ATS_UNUS int CONFIG_PARAM_COUNTER_VALUE = 0; const char *CONFIG_PARAM_FLOAT_NAME = "proxy.config.http.background_fill_completed_threshold"; - float CONFIG_PARAM_FLOAT_VALUE = 0.5; + float CONFIG_PARAM_FLOAT_VALUE = 0.0; const char *CONFIG_PARAM_INT_NAME = "proxy.config.http.cache.http"; int CONFIG_PARAM_INT_VALUE = 1;
