From e7abb095ac760e946f65e0bd12dd35b16bbe062d Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 1 Feb 2013 21:51:26 -0800 Subject: [PATCH] Issue #1893818 by Berdir, tim.plunkett: Fixed Plugin discovery caches of blocks are not cleared for all languages. --- .../lib/Drupal/aggregator/Tests/AggregatorLanguageBlockTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorLanguageBlockTest.php b/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorLanguageBlockTest.php index 9e9d8fe9117c..a27b089b270a 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorLanguageBlockTest.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorLanguageBlockTest.php @@ -80,7 +80,7 @@ class AggregatorLanguageBlockTest extends AggregatorTestBase { foreach ($this->langcodes as $langcode) { $this->drupalGet('admin/structure/block', array('language' => $langcode)); $this->clickLink(t('Add block')); - $this->assertText($feed->title); + $this->assertText($feed->label()); } } }