[pLog-svn] r6832 - plog/branches/lifetype-1.2/class/test/helpers

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Feb 21 17:42:05 EST 2009


Author: jondaley
Date: 2009-02-21 17:42:05 -0500 (Sat, 21 Feb 2009)
New Revision: 6832

Modified:
   plog/branches/lifetype-1.2/class/test/helpers/testtools.class.php
Log:
teach the testrunner about trackbacks

Modified: plog/branches/lifetype-1.2/class/test/helpers/testtools.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/test/helpers/testtools.class.php	2009-02-21 22:28:32 UTC (rev 6831)
+++ plog/branches/lifetype-1.2/class/test/helpers/testtools.class.php	2009-02-21 22:42:05 UTC (rev 6832)
@@ -288,7 +288,7 @@
 					$users = new Users();
 					$users->deleteUser( $item->getId());
 				}
-				elseif( $className == "usercomment" ) {
+				elseif( $className == "usercomment" || $className == "trackback" ) {
 					$comments = new ArticleComments();
 					$comments->deleteComment( $item->getId());
 				}



More information about the pLog-svn mailing list