[Rt-commit] rt branch, 4.2.14-releng, updated. rt-4.2.13-146-gc26271f

Shawn Moore shawn at bestpractical.com
Thu Jun 1 14:17:25 EDT 2017


The branch, 4.2.14-releng has been updated
       via  c26271fc4c6b768ba6be8b610d57b559e86a57ec (commit)
      from  5e1d28fdf8751f9423a7560b67af4efb4002f1ef (commit)

Summary of changes:
 t/web/language_update.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit c26271fc4c6b768ba6be8b610d57b559e86a57ec
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Thu Jun 1 16:50:22 2017 +0000

    Update language_update test to less volatile text
    
    The msgid for the iCal feed explanation changed, which invalidated
    the existing translations, breaking this test.

diff --git a/t/web/language_update.t b/t/web/language_update.t
index 35082f8..61e094d 100644
--- a/t/web/language_update.t
+++ b/t/web/language_update.t
@@ -10,13 +10,13 @@ $m->form_with_fields('Lang');
 $m->field(Lang => 'zh_TW');
 $m->submit;
 
-$m->text_contains(Encode::decode("UTF-8","並讓現存的 iCal feeds不再能用"), "successfully updated to zh_TW");
+$m->text_contains(Encode::decode("UTF-8","電子郵件信箱"), "successfully updated to zh_TW");
 $m->text_contains(Encode::decode("UTF-8","使用語言 的值從 (無) 改為 'zh_TW'"), "when updating to language zh_TW, results are in zh_TW");
 
 $m->form_with_fields('Lang');
 $m->field(Lang => 'en_us');
 $m->submit;
 
-$m->text_contains("breaking all existing iCal feeds", "successfully updated to en_us");
+$m->text_contains("Email", "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