[Jifty-commit] r2604 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 09:41:15 EST 2007


Author: jesse
Date: Fri Jan 26 09:41:14 2007
New Revision: 2604

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/t/12-param-schema.t

Log:
 r21404 at hualien:  jesse | 2007-01-26 22:34:03 +0800
 * update tests for the new naming
 


Modified: jifty/branches/template-declare/t/12-param-schema.t
==============================================================================
--- jifty/branches/template-declare/t/12-param-schema.t	(original)
+++ jifty/branches/template-declare/t/12-param-schema.t	Fri Jan 26 09:41:14 2007
@@ -37,7 +37,7 @@
 
 my $keys = $args->{keys};
 ok $keys, 'keys okay';
-is $keys->{length}, 30, 'max_length ok';
+is $keys->{max_length}, 30, 'max_length ok';
 is $keys->{label}, 'Search Keys', 'label ok';
 is $keys->{type}, 'text', 'type ok';
 is $keys->{hints}, 'Enter your search keys here!', 'hints okay';


More information about the Jifty-commit mailing list