summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
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.'));
}
/**