X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Ft%2Fweb%2Flanguage_update.t;fp=rt%2Ft%2Fweb%2Flanguage_update.t;h=61e094d82813166f86296dbcf6f6de8e8deb61fd;hp=35082f886f8fd9435142d1eddcb608997beb8e87;hb=de9d037528895f7151a9aead6724ce2df95f9586;hpb=b226bc6bd81f999176cdbfa53a799033ff0a0307 diff --git a/rt/t/web/language_update.t b/rt/t/web/language_update.t index 35082f886..61e094d82 100644 --- a/rt/t/web/language_update.t +++ b/rt/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");