X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=test%2Fbenchmark.php;h=6758d263a900d47111c41a88ac184d2eb3359445;hb=7738461a542eae4a26c6253906843ce1aabe9add;hp=28d6d76aa954f89c10642f32a0b2f1fe6e5af8ad;hpb=238bda3b75e73252b8329366c5ad9efb453ad29a;p=plcapi.git diff --git a/test/benchmark.php b/test/benchmark.php index 28d6d76..6758d26 100644 --- a/test/benchmark.php +++ b/test/benchmark.php @@ -2,14 +2,13 @@ /** * Benchamrking suite for the PHP-XMLRPC lib * @author Gaetano Giunta - * @version $Id$ - * @copyright (c) 2005-2009 G. Giunta + * @copyright (c) 2005-2014 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt * * @todo add a test for response ok in call testing? **/ - include(getcwd().'/parse_args.php'); + include(dirname(__FILE__).'/parse_args.php'); require_once('xmlrpc.inc');