[pLog-svn] r4095 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Oct 6 09:28:15 GMT 2006


Author: oscar
Date: 2006-10-06 09:28:14 +0000 (Fri, 06 Oct 2006)
New Revision: 4095

Modified:
   plog/trunk/runtests.php
Log:
added a missing include


Modified: plog/trunk/runtests.php
===================================================================
--- plog/trunk/runtests.php	2006-10-06 07:42:33 UTC (rev 4094)
+++ plog/trunk/runtests.php	2006-10-06 09:28:14 UTC (rev 4095)
@@ -6,6 +6,7 @@
 	   define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
 	}
 
+	include_once( PLOG_CLASS_PATH."class/object/loader.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" );	



More information about the pLog-svn mailing list