[Rt-commit] rt branch, 4.0/refresh-lang-pref-fix, updated. rt-4.0.8-307-geeaeac8

Alex Vandiver alexmv at bestpractical.com
Fri Dec 28 12:17:04 EST 2012


The branch, 4.0/refresh-lang-pref-fix has been updated
       via  eeaeac82bedb7420cd5a1e1269303bc01ce45eae (commit)
      from  c5ed24dc1ba2dde2bbe1b73ac3435880c8438cb5 (commit)

Summary of changes:
 t/web/user_update.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit eeaeac82bedb7420cd5a1e1269303bc01ce45eae
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Dec 28 12:17:02 2012 -0500

    fixup! Add (failing) tests to ensure that page language is correct

diff --git a/t/web/user_update.t b/t/web/user_update.t
index 61e56dc..f55c773 100644
--- a/t/web/user_update.t
+++ b/t/web/user_update.t
@@ -32,7 +32,7 @@ $m->content_lacks("That is already the current value");
 $m->submit_form_ok({ with_fields => { Lang => 'ja'} },
                    "Back briefly to Japanese");
 $m->text_contains("Lang changed from 'en_us' to 'ja'");
-$m->text_contains("Real Name", "Page content is japanese");
+$m->text_contains("実名", "Page content is japanese");
 $m->submit_form_ok({ with_fields => { Lang => ''} },
                    "And set to the default");
 $m->text_contains("Langは「'ja'」から「''」に変更されました");

-----------------------------------------------------------------------


More information about the Rt-commit mailing list