[pLog-svn] r4093 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Oct 5 19:03:07 GMT 2006


Author: oscar
Date: 2006-10-05 19:03:07 +0000 (Thu, 05 Oct 2006)
New Revision: 4093

Modified:
   plog/trunk/runtests.php
Log:
fixed a conflict caused by the merge from 1.1.1


Modified: plog/trunk/runtests.php
===================================================================
--- plog/trunk/runtests.php	2006-10-05 19:00:53 UTC (rev 4092)
+++ plog/trunk/runtests.php	2006-10-05 19:03:07 UTC (rev 4093)
@@ -6,10 +6,10 @@
 	   define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
 	}
 
-	include_once( PLOG_CLASS_PATH."class/test/testrunner.class.php" );
-	include_once( PLOG_CLASS_PATH."class/test/helpers/htmlreporter.class.php" );
-	include_once( PLOG_CLASS_PATH."class/test/helpers/consolereporter.class.php" );	
-	include_once( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
+	lt_include( PLOG_CLASS_PATH."class/test/testrunner.class.php" );
+	lt_include( PLOG_CLASS_PATH."class/test/helpers/htmlreporter.class.php" );	
+	lt_include( PLOG_CLASS_PATH."class/test/helpers/consolereporter.class.php" );	
+	lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
 
 	// if plugins should also be included when testing, let's load them now
 	$folders = Array( TEST_CLASS_FOLDER ); 
@@ -104,4 +104,4 @@
 ?>
 </body>
 </html>
-<?php } ?>
\ No newline at end of file
+<?php } ?>



More information about the pLog-svn mailing list