Author: igalic
Date: Tue Dec 14 23:38:57 2010
New Revision: 1049333

URL: http://svn.apache.org/viewvc?rev=1049333&view=rev
Log:
Reverting r1049326, because the pset was off-by-one braino, and the (accidently 
committed) proxy/InkAPITest.cc needs testing. 
http://ci.apache.org/builders/tserver-solaris-trunk/builds/287

Modified:
    trafficserver/traffic/trunk/lib/ts/   (props changed)
    trafficserver/traffic/trunk/proxy/InkAPITest.cc

Propchange: trafficserver/traffic/trunk/lib/ts/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Dec 14 23:38:57 2010
@@ -7,6 +7,7 @@ ParseRulesCType
 CompileParseRules
 libinktomi++.a
 ink_config.h
+ink_autoconf.h.in
 ink_autoconf.h
 stamp-h1
 .deps

Modified: trafficserver/traffic/trunk/proxy/InkAPITest.cc
URL: 
http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/InkAPITest.cc?rev=1049333&r1=1049332&r2=1049333&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/InkAPITest.cc (original)
+++ trafficserver/traffic/trunk/proxy/InkAPITest.cc Tue Dec 14 23:38:57 2010
@@ -161,8 +161,8 @@ REGRESSION_TEST(SDK_API_TSPluginDirGet) 
   // XXX: This doesn't have to be true
   //      since the location can be anywhere
   //
-  if (strstr(plugin_dir, LIBEXECDIR) == NULL) {
-    SDK_RPRINT(test, "TSPluginDirGet", "TestCase2", TC_FAIL, "plugin dir(%s) 
is incorrect, expected (%s) in path",plugin_dir, LIBEXECDIR);
+  if (strstr(plugin_dir, "libexec/trafficserver") == NULL) {
+    SDK_RPRINT(test, "TSPluginDirGet", "TestCase2", TC_FAIL, "plugin dir(%s) 
is incorrect, expected (%s) in path",plugin_dir,"libexec/trafficserver");
     *pstatus = REGRESSION_TEST_FAILED;
     return;
   }


Reply via email to