diff --git a/feeds_defaults/tests/feeds_defaults.test b/feeds_defaults/tests/feeds_defaults.test index c112841f9766186416cc359f57cef1d8001fec1f..2bdff4af2e3243b1383d4a7b75e701d118adb67b 100644 --- a/feeds_defaults/tests/feeds_defaults.test +++ b/feeds_defaults/tests/feeds_defaults.test @@ -300,7 +300,7 @@ class FeedsDefaultsNodeTestCase extends FeedsDefaultsTestCase { $this->assertEqual($count, 8, 'Found correct number of items.'); // Import again. Feeds only updates items that haven't changed. However, - // there are 2 different items with the same GUID in nodes.csv. + // there are 2 different items with the same GUID in nodes.csv. // Therefore, feeds will show updates to 2 nodes. $this->drupalPost('import/node/import', array(), 'Import'); $this->assertText('Updated 2 Story nodes.'); @@ -308,14 +308,6 @@ class FeedsDefaultsNodeTestCase extends FeedsDefaultsTestCase { // Remove all nodes. $this->drupalPost('import/node/delete-items', array(), 'Delete'); - $this->assertText('Story Lorem ipsum has been deleted.'); - $this->assertText('Story Ut wisi enim ad minim veniam has been deleted.'); - $this->assertText('Story Duis autem vel eum iriure dolor has been deleted.'); - $this->assertText('Story Typi non habent has been deleted.'); - $this->assertText('Story Investigationes demonstraverunt has been deleted.'); - $this->assertText('Story Claritas est etiam has been deleted.'); - $this->assertText('Story Mirum est notare has been deleted.'); - $this->assertText('Story Eodem modo typi has been deleted.'); $this->assertText('Deleted 8 nodes.'); // Import once again.