[pLog-svn] r3735 - plog/trunk/class/test/tests/file/unpacker

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jul 17 21:23:58 GMT 2006


Author: mark
Date: 2006-07-17 21:23:57 +0000 (Mon, 17 Jul 2006)
New Revision: 3735

Modified:
   plog/trunk/class/test/tests/file/unpacker/zipunpacker_test.class.php
Log:
Add a missing include.

Modified: plog/trunk/class/test/tests/file/unpacker/zipunpacker_test.class.php
===================================================================
--- plog/trunk/class/test/tests/file/unpacker/zipunpacker_test.class.php	2006-07-17 21:16:30 UTC (rev 3734)
+++ plog/trunk/class/test/tests/file/unpacker/zipunpacker_test.class.php	2006-07-17 21:23:57 UTC (rev 3735)
@@ -2,6 +2,7 @@
 
 	include_once( PLOG_CLASS_PATH."class/test/helpers/lifetypetestcase.class.php" );
 	include_once( PLOG_CLASS_PATH."class/file/unpacker/zipunpacker.class.php" );
+	include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
 	
 	define( "PCLZIP_TEST_FILE", PLOG_CLASS_PATH."class/test/tests/file/unpacker/pclziptest.zip" );
 



More information about the pLog-svn mailing list