--- 1965510-12.patch 2013-10-30 22:12:35.889146523 -0700 +++ 1965510-14.patch 2013-10-30 22:12:12.261146423 -0700 @@ -141,7 +141,7 @@ index 6cac09c..b2fe233 100644 $this->drupalPostForm('admin/structure/taxonomy/manage/' . $this->vocabulary->id() . '/edit', $edit, t('Save')); $this->drupalGet('admin/structure/taxonomy/manage/' . $this->vocabulary->id() . '/add'); - $this->assertOptionSelected('edit-langcode', 'cc'); -+ $this->assertOptionSelected('edit-langcode', 'cc', "The expected langcode, 'bb', was selected."); ++ $this->assertOptionSelected('edit-langcode', 'cc', "The expected langcode, 'cc', was selected."); } } diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php