[Jifty-commit] r2625 - jifty/trunk/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 23:06:22 EST 2007


Author: audreyt
Date: Fri Jan 26 23:06:21 2007
New Revision: 2625

Modified:
   jifty/trunk/t/12-param-schema.t

Log:
* max_length fix in 12-param-schema.t

Modified: jifty/trunk/t/12-param-schema.t
==============================================================================
--- jifty/trunk/t/12-param-schema.t	(original)
+++ jifty/trunk/t/12-param-schema.t	Fri Jan 26 23:06:21 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