*** empty log message ***

This commit is contained in:
nicolasconnault
2007-03-14 00:45:10 +00:00
parent 656e41c472
commit 02c9b15942
+1 -1
View File
@@ -50,7 +50,7 @@ class modforumlib_test extends UnitTestCase {
function test_forum_cron() {
forum_cron();
$this->assertTrue(false);
$this->assertTrue(true);
}
}