[Jifty-commit] r2965 - jifty/trunk/t/TestApp/lib/TestApp/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 14 12:56:26 EDT 2007


Author: yves
Date: Wed Mar 14 12:56:25 2007
New Revision: 2965

Modified:
   jifty/trunk/t/TestApp/lib/TestApp/Model/User.pm

Log:
failing test for I18N labels and hints in t/TestApp/t/05-editactions-Record.t


Modified: jifty/trunk/t/TestApp/lib/TestApp/Model/User.pm
==============================================================================
--- jifty/trunk/t/TestApp/lib/TestApp/Model/User.pm	(original)
+++ jifty/trunk/t/TestApp/lib/TestApp/Model/User.pm	Wed Mar 14 12:56:25 2007
@@ -10,6 +10,8 @@
 use Jifty::Record schema  {
 column 'name' =>
   type is 'text',
+  label is _('Name'),
+  hints is _('I18N test'),
   is mandatory;
 column 'email' =>
   type is 'text',


More information about the Jifty-commit mailing list