summaryrefslogtreecommitdiff
path: root/test/php
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-12-09 19:29:59 +0000
committerDavid Reiss <dreiss@apache.org>2009-12-09 19:29:59 +0000
commiteb03222bca7d89654702569cad0c348b5dd44317 (patch)
tree26e02d7be060743b33ff24bf93e86e9b1f123262 /test/php
parent7834ccbdacf5b7aac80fa8dc943553b5f72c610a (diff)
downloadthrift-eb03222bca7d89654702569cad0c348b5dd44317.tar.gz
THRIFT-592. php: Make the test client work properly after r815878
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@888930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/php')
-rw-r--r--test/php/TestClient.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/php/TestClient.php b/test/php/TestClient.php
index 6d640dac3..8eca175f6 100644
--- a/test/php/TestClient.php
+++ b/test/php/TestClient.php
@@ -46,8 +46,8 @@ echo ' SAFE TO IGNORE THESE IN TEST'."\n";
echo '==============================='."\n";
/** Include the generated code */
-require_once $GEN_DIR.'/ThriftTest.php';
-require_once $GEN_DIR.'/ThriftTest_types.php';
+require_once $GEN_DIR.'/ThriftTest/ThriftTest.php';
+require_once $GEN_DIR.'/ThriftTest/ThriftTest_types.php';
echo '==============================='."\n";
echo ' END OF SAFE ERRORS SECTION'."\n";