summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-25 15:51:21 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-25 15:51:21 +0000
commit2f76c696c013f5cbaec91ac724c39297611539b3 (patch)
treead61188e6599f6e353052c46e8e77916446736b4 /modules/aggregator
parente027699979be3dd671390a259ef60d6c7410890e (diff)
downloadbrdo-2f76c696c013f5cbaec91ac724c39297611539b3.tar.gz
brdo-2f76c696c013f5cbaec91ac724c39297611539b3.tar.bz2
#445736 by sun: Fixed Poll does not respect weight in Preview or More button.
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator.test10
1 files changed, 5 insertions, 5 deletions
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.'));
}
/**