summaryrefslogtreecommitdiff
path: root/test/php
diff options
context:
space:
mode:
authorMark Slee <mcslee@apache.org>2007-02-21 05:17:48 +0000
committerMark Slee <mcslee@apache.org>2007-02-21 05:17:48 +0000
commite129a2db0c2f05a209be1e514214aa6b83ba1d91 (patch)
treea7a1c9a447a3862b17cc4f3e24cfaf3665cdaee8 /test/php
parent92195ae21929b464a80b25906b80181384e3ae95 (diff)
downloadthrift-e129a2db0c2f05a209be1e514214aa6b83ba1d91.tar.gz
Some thrift test code fixes
Reviewed By: tbr-testaditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/php')
-rw-r--r--test/php/TestClient.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/php/TestClient.php b/test/php/TestClient.php
index 0f1540c27..07068e403 100644
--- a/test/php/TestClient.php
+++ b/test/php/TestClient.php
@@ -23,7 +23,8 @@ require_once $GLOBALS['THRIFT_ROOT'].'/transport/TSocketPool.php';
require_once $GLOBALS['THRIFT_ROOT'].'/transport/TBufferedTransport.php';
/** Include the generated code */
-require_once '/home/mcslee/code/projects/thrift/test/php/'.$GEN_DIR.'/ThriftTest.php';
+require_once $GEN_DIR.'/ThriftTest.php';
+require_once $GEN_DIR.'/ThriftTest_types.php';
$host = 'localhost';
$port = 9090;