[pLog-svn] r4080 - plog/branches/lifetype-1.1.1/class/test/tests/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Oct 3 19:04:28 GMT 2006


Author: oscar
Date: 2006-10-03 19:04:27 +0000 (Tue, 03 Oct 2006)
New Revision: 4080

Modified:
   plog/branches/lifetype-1.1.1/class/test/tests/dao/article_test.class.php
Log:
Fixed a warning message in the test

Modified: plog/branches/lifetype-1.1.1/class/test/tests/dao/article_test.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/test/tests/dao/article_test.class.php	2006-10-03 19:02:51 UTC (rev 4079)
+++ plog/branches/lifetype-1.1.1/class/test/tests/dao/article_test.class.php	2006-10-03 19:04:27 UTC (rev 4080)
@@ -18,6 +18,7 @@
 				"dummy text",
 				Array( 1 ),   // a dummy category
 				Array( 1 ),   // a dummy user
+				1,  // a dummy blog
 				POST_STATUS_PUBLISHED,  // published status
 				0   // not read yet
 			);	



More information about the pLog-svn mailing list