From eb68540da33d7a911922bf497faa999236978e06 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Nov 2008 13:43:13 +0000 Subject: - Patch #336746 by justinrandell: fixed broken t() function call. --- modules/taxonomy/taxonomy.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.test') diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test index 96dd9b2e1..4aa5cc9e7 100644 --- a/modules/taxonomy/taxonomy.test +++ b/modules/taxonomy/taxonomy.test @@ -77,7 +77,7 @@ class TaxonomyVocabularyFunctionalTest extends TaxonomyWebTestCase { $edit['required'] = 1; $edit['weight'] = 0; $this->drupalPost(NULL, $edit, t('Save')); - $this->assertRaw(t('Created new vocabulary %name.', array('%name' => $edit['name']), t('Vocabulary created successfully'))); + $this->assertRaw(t('Created new vocabulary %name.', array('%name' => $edit['name'])), t('Vocabulary created successfully')); // Edit the vocabulary. $this->drupalGet('admin/content/taxonomy'); -- cgit v1.2.3