[pLog-svn] r4121 - plog/branches/lifetype-1.1.1/class/test/helpers

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Oct 11 22:06:23 GMT 2006


Author: oscar
Date: 2006-10-11 22:06:22 +0000 (Wed, 11 Oct 2006)
New Revision: 4121

Modified:
   plog/branches/lifetype-1.1.1/class/test/helpers/testtools.class.php
Log:
small fix to get truly random category names


Modified: plog/branches/lifetype-1.1.1/class/test/helpers/testtools.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/test/helpers/testtools.class.php	2006-10-11 09:16:58 UTC (rev 4120)
+++ plog/branches/lifetype-1.1.1/class/test/helpers/testtools.class.php	2006-10-11 22:06:22 UTC (rev 4121)
@@ -100,7 +100,7 @@
 		function createArticleCategory( $blogId )
 		{
 			$cat = new ArticleCategory(
-				"Test category ".md5(time()),
+				"Test category ".md5(rand()),
 				"",
 				$blogId,
 				true



More information about the pLog-svn mailing list