From 657c1e09d63c5dc75c890f121d7d8c420c26a88e Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Sat, 11 Sep 2010 22:23:02 +0000 Subject: [PATCH] Remove obsolete todos. --- tests/feeds_scheduler.test | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/feeds_scheduler.test b/tests/feeds_scheduler.test index a9426fce..f007eb5e 100644 --- a/tests/feeds_scheduler.test +++ b/tests/feeds_scheduler.test @@ -165,9 +165,6 @@ class FeedsSchedulerTestCase extends FeedsWebTestCase { // There should be 200 story nodes in the database. $count = db_result(db_query("SELECT COUNT(*) FROM {node} WHERE type = 'story' AND status = 1")); $this->assertEqual($count, 200, 'The total of 200 story nodes has not changed.'); - - // @todo Use debug time feature in FeedsScheduler and test behavior in future. - // @todo How do I call an API function on the test system from the test script? } /** -- GitLab