From 91e585d3ef5f0b6201faf2dd7bfb015d40bc579a Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Tue, 12 Jan 2010 15:19:43 +0000 Subject: [PATCH] Clean up broken tests after node processor suppresses 'has been deleted' messages. --- feeds_defaults/tests/feeds_defaults.test | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/feeds_defaults/tests/feeds_defaults.test b/feeds_defaults/tests/feeds_defaults.test index c112841f..2bdff4af 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. -- GitLab