From 2f76c696c013f5cbaec91ac724c39297611539b3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 25 Oct 2010 15:51:21 +0000 Subject: #445736 by sun: Fixed Poll does not respect weight in Preview or More button. --- modules/aggregator/aggregator.test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/aggregator/aggregator.test') diff --git a/modules/aggregator/aggregator.test b/modules/aggregator/aggregator.test index 252740a6e..abe7804d5 100644 --- a/modules/aggregator/aggregator.test +++ b/modules/aggregator/aggregator.test @@ -603,11 +603,11 @@ class ImportOPMLTestCase extends AggregatorTestCase { ->execute(); $this->drupalGet('admin/config/services/aggregator/add/opml'); - $this->assertText('A single OPML document may contain a collection of many feeds.', t('Looking for help text.')); - $this->assertFieldByName('files[upload]', '', t('Looking for file upload field.')); - $this->assertFieldByName('remote', '', t('Looking for remote URL field.')); - $this->assertFieldByName('refresh', '', t('Looking for refresh field.')); - $this->assertFieldByName("category[$cid]", $cid, t('Looking for category field.')); + $this->assertText('A single OPML document may contain a collection of many feeds.', t('Found OPML help text.')); + $this->assertField('files[upload]', t('Found file upload field.')); + $this->assertField('remote', t('Found Remote URL field.')); + $this->assertField('refresh', '', t('Found Refresh field.')); + $this->assertFieldByName("category[$cid]", $cid, t('Found category field.')); } /** -- cgit v1.2.3