[Rt-commit] rt branch, 4.2/language-change-results, updated. rt-4.0.0rc7-250-gc1bd3d7
Alex Vandiver
alexmv at bestpractical.com
Wed Aug 3 18:53:24 EDT 2011
The branch, 4.2/language-change-results has been updated
via c1bd3d79a871c1d7b96378af1a788833a752e8a1 (commit)
from c84a3c3176918b489ff71c1ce1b9e27a9fc30647 (commit)
Summary of changes:
t/web/language_update.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c1bd3d79a871c1d7b96378af1a788833a752e8a1
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Aug 3 18:53:21 2011 -0400
Update test comments to match the tests they're on
diff --git a/t/web/language_update.t b/t/web/language_update.t
index 1de9773..c974afe 100644
--- a/t/web/language_update.t
+++ b/t/web/language_update.t
@@ -19,6 +19,6 @@ $m->form_with_fields('Lang');
$m->field(Lang => 'en_us');
$m->submit;
-$m->text_contains("Lang changed from 'zh_TW' to 'en_us'", "successfully updated to en_us");
-$m->text_contains("breaking all existing iCal feeds", "when updating to language en_us, results are in en_us");
+$m->text_contains("breaking all existing iCal feeds", "successfully updated to en_us");
+$m->text_contains("Lang changed from 'zh_TW' to 'en_us'", "when updating to language en_us, results are in en_us");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list