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

Update to latest changes in feeds data processor.

parent bb342bc3
No related branches found
No related tags found
No related merge requests found
......@@ -546,7 +546,7 @@ class FeedsRSStoDataTest extends FeedsWebTestCase {
// Now delete all items.
$this->drupalPost('node/'. $nid .'/delete-items', array(), 'Delete');
$this->assertText('Deleted 10 items.');
$this->assertText('All items have been deleted.');
// Assert DB status, now there should be no items.
$count = db_result(db_query("SELECT COUNT(*) FROM {feeds_data_rss}"));
......
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