Skip to content
Snippets Groups Projects
Commit 657c1e09 authored by Alex Barth's avatar Alex Barth
Browse files

Remove obsolete todos.

parent 7c5d117d
No related branches found
No related tags found
No related merge requests found
...@@ -165,9 +165,6 @@ class FeedsSchedulerTestCase extends FeedsWebTestCase { ...@@ -165,9 +165,6 @@ class FeedsSchedulerTestCase extends FeedsWebTestCase {
// There should be 200 story nodes in the database. // There should be 200 story nodes in the database.
$count = db_result(db_query("SELECT COUNT(*) FROM {node} WHERE type = 'story' AND status = 1")); $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.'); $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?
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment