|
From: Jason S. <jsw...@ya...> - 2010-04-15 17:48:55
|
Hello and welcome, The shortest answer is use head from svn, and most of your problems will disappear. A release is "coming soon" which would package up all the recent changes for you. Regards, Jason ________________________________ From: "min...@fr..." <min...@fr...> To: "Help, advice, bugs and workarounds" <sim...@li...> Sent: Thu, April 15, 2010 8:38:00 AM Subject: [Simpletest-support] (no subject) Hi there, I'm a new user of SimpleTest and I'm having some strange problems with it. I installed it on my personal webserver (php5) on an Ubuntu server with Apache 2. BTW, I tried it on a windows easyphp installation too (php 5.3.0). First of all, I had a lot of warnings about deprecated " = &new ". I corrected this by removing each & before the new. Now, a simple test is working well, but when I want to do an "all_tests.php", I got this errors : Warning: include_once(base_test.php) [function.include-once]: failed to open stream: No such file or directory in C:\Documents and Settings\Administrator\My Documents\web\openRH\tests\simpletest\test_case.php on line 391 Warning: include_once() [function.include]: Failed opening 'base_test.php' for inclusion (include_path='.;C:\php5\pear') in C:\Documents and Settings\Administrator\My Documents\web\openRH\tests\simpletest\test_case.php on line 391 Warning: file_get_contents(base_test.php) [function.file-get-contents]: failed to open stream: No such file or directory in C:\Documents and Settings\Administrator\My Documents\web\openRH\tests\simpletest\test_case.php on line 428 Is there something special to do on it ? I really don't understand why the include is not working, the two files (base_test.php and all_tests.php) are in the same directory and, as I said, base_test alone is working perfectly. Best regards, Thomas, ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Simpletest-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simpletest-support |