From: David Reiss Date: Wed, 9 Dec 2009 19:29:59 +0000 (+0000) Subject: THRIFT-592. php: Make the test client work properly after r815878 X-Git-Tag: 0.3.0~152 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=eb03222bca7d89654702569cad0c348b5dd44317;p=common%2Fthrift.git 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 --- diff --git a/test/php/TestClient.php b/test/php/TestClient.php index 6d640dac..8eca175f 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";