Author: pjenvey
Date: 2008-11-17 13:32:50 -0700 (Mon, 17 Nov 2008)
New Revision: 3673

Modified:
   FormEncode/trunk/tests/test_i18n.py
Log:
also update the tw test for zh_TW

Modified: FormEncode/trunk/tests/test_i18n.py
===================================================================
--- FormEncode/trunk/tests/test_i18n.py 2008-11-17 20:31:27 UTC (rev 3672)
+++ FormEncode/trunk/tests/test_i18n.py 2008-11-17 20:32:50 UTC (rev 3673)
@@ -66,8 +66,8 @@
 def test_pt_BR():
   _test_lang("pt_BR", u"Por favor digite um valor")
 
-def test_tw():
-  _test_lang("tw", u"請輸入一個值")
+def test_zh_TW():
+  _test_lang("zh_TW", u"請輸入一個值")
 
 def test_sk():
   _test_lang("sk",u"Zadajte hodnotu, prosím")


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to