summaryrefslogtreecommitdiff
path: root/modules/translation/translation.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation/translation.test')
-rw-r--r--modules/translation/translation.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.test b/modules/translation/translation.test
index fe320a935..48546a17d 100644
--- a/modules/translation/translation.test
+++ b/modules/translation/translation.test
@@ -436,7 +436,7 @@ class TranslationTestCase extends DrupalWebTestCase {
$xpath = '//div[contains(@class, :type)]//a[@href=:url]';
}
else {
- $xpath = '//div[contains(@class, :type)]//span[@class="locale-untranslated"]';
+ $xpath = '//div[contains(@class, :type)]//span[contains(@class, "locale-untranslated")]';
}
$found = $this->findContentByXPath($xpath, array(':type' => $type, ':url' => $url), $translation_language->native);