Index: modules/taxonomy/taxonomy.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.test,v
retrieving revision 1.13
diff -u -p -r1.13 taxonomy.test
--- modules/taxonomy/taxonomy.test	16 Nov 2008 14:59:33 -0000	1.13
+++ modules/taxonomy/taxonomy.test	20 Nov 2008 06:09:29 -0000
@@ -44,7 +44,7 @@ class TaxonomyVocabularyFunctionalTest e
     $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');
