Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
657c1e09
Commit
657c1e09
authored
14 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete todos.
parent
7c5d117d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/feeds_scheduler.test
+0
-3
0 additions, 3 deletions
tests/feeds_scheduler.test
with
0 additions
and
3 deletions
tests/feeds_scheduler.test
+
0
−
3
View file @
657c1e09
...
@@ -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?
}
}
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment