You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/12/09 20:30:00 UTC

svn commit: r888930 - /incubator/thrift/trunk/test/php/TestClient.php

Author: dreiss
Date: Wed Dec  9 19:29:59 2009
New Revision: 888930

URL: http://svn.apache.org/viewvc?rev=888930&view=rev
Log:
THRIFT-592. php: Make the test client work properly after r815878

Modified:
    incubator/thrift/trunk/test/php/TestClient.php

Modified: incubator/thrift/trunk/test/php/TestClient.php
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/test/php/TestClient.php?rev=888930&r1=888929&r2=888930&view=diff
==============================================================================
--- incubator/thrift/trunk/test/php/TestClient.php (original)
+++ incubator/thrift/trunk/test/php/TestClient.php Wed Dec  9 19:29:59 2009
@@ -46,8 +46,8 @@
 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";