From 6cba17f63e6232257f2009b1ad17ba0af55b97ed Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 7 Sep 2010 18:11:40 +0000
Subject: [PATCH] Remaining renamers.

---
 feeds_ui/tests/feeds_ui.test | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/feeds_ui/tests/feeds_ui.test b/feeds_ui/tests/feeds_ui.test
index a02a1258..e76d865f 100644
--- a/feeds_ui/tests/feeds_ui.test
+++ b/feeds_ui/tests/feeds_ui.test
@@ -48,8 +48,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
    */
   public function testEditFeedConfiguration() {
 
-    // Create a feed.
-    $this->createFeedConfiguration('Test feed', 'test_feed');
+    // Create an importer.
+    $this->createImporterConfiguration('Test feed', 'test_feed');
 
     // Assert UI elements.
     $this->drupalGet('admin/build/feeds/edit/test_feed');
@@ -101,8 +101,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
     $this->drupalGet('import');
     $this->assertNoText('Test feed');
 
-    // Create the same feed again.
-    $this->createFeedConfiguration('Test feed', 'test_feed');
+    // Create the same importer again.
+    $this->createImporterConfiguration('Test feed', 'test_feed');
 
     // Test basic settings settings.
     $edit = array(
-- 
GitLab