Fix test case for cookies with php >= 5
[plcapi.git] / test / benchmark.php
index 19ad334..6758d26 100644 (file)
@@ -2,13 +2,13 @@
 /**
  * Benchamrking suite for the PHP-XMLRPC lib
  * @author Gaetano Giunta
- * @copyright (c) 2005-2013 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');