From 07c486003123d7fd3c95ef3370525dc44c74152b Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 28 May 2012 16:20:28 +1200 Subject: [PATCH] MINOR: Fixed test --- tests/bootstrap.php | 12 +++++++----- tests/i18n/i18nTest.php | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0091c2fc8..199b9821c 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,13 +1,15 @@ assertEquals( i18n::_t('i18nTestModule.ENTITY'), - 'i18nTestModule.ENTITY OtherCustomAdapter (en)', + 'i18nTestModule.ENTITY OtherCustomAdapter (en_US)', 'Adapter with higher priority wins' );