summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-20 17:09:36 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-20 17:09:36 +0000
commitc59a44e29b0707a3576af2bbe98fa825a076e2e1 (patch)
tree402d7549374db7f0bc4e2330b421596799b6e40b /modules/locale
parent666a17977ef2bba415758489370c004d727e652a (diff)
downloadbrdo-c59a44e29b0707a3576af2bbe98fa825a076e2e1.tar.gz
brdo-c59a44e29b0707a3576af2bbe98fa825a076e2e1.tar.bz2
- Patch #334283 by Gábor Hojtsy: fixed context bug.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test
index 3eb7b30fb..c33322e1d 100644
--- a/modules/locale/locale.test
+++ b/modules/locale/locale.test
@@ -689,7 +689,7 @@ class LocaleImportFunctionalTest extends DrupalWebTestCase {
));
$this->assertIdentical(t('May', array(), array('langcode' => 'hr', 'context' => 'Long month name')), 'Svibanj', t('Long month name context is working.'));
- $this->assertIdentical(t('May', array(), array('langcode' => 'hr', 'context' => 'Short month name')), 'Svi.', t('Short month name context is working.'));
+ $this->assertIdentical(t('May', array(), array('langcode' => 'hr')), 'Svi.', t('Default context is working.'));
}
/**
@@ -810,7 +810,6 @@ msgctxt "Long month name"
msgid "May"
msgstr "Svibanj"
-msgctxt "Short month name"
msgid "May"
msgstr "Svi."
EOF;