[Rt-commit] r14268 - in rt/branches/3.999-DANGEROUS: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Jul 18 12:23:42 EDT 2008


Author: sunnavy
Date: Fri Jul 18 12:23:40 2008
New Revision: 14268

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/ticket/sort_by_cf.t

Log:
 r14691 at sunnavys-mb:  sunnavy | 2008-07-18 20:58:31 +0800
 typo


Modified: rt/branches/3.999-DANGEROUS/t/ticket/sort_by_cf.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/ticket/sort_by_cf.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/ticket/sort_by_cf.t	Fri Jul 18 12:23:40 2008
@@ -100,7 +100,7 @@
 # Make sure we can sort in both directions on a queue specific field.
 $tx->from_sql(qq[queue="$queue"] );
 $tx->order_by({ column => "CF.${queue}.{Charlie}", order => 'DES' });
-is($tx->count,2 ,"We found 2 tickets when lookign for cf charlie");
+is($tx->count,2 ,"We found 2 tickets when looking for cf charlie");
 check_order( $tx, 1, 2);
 
 $tx = RT::Model::TicketCollection->new( current_user => RT->system_user );


More information about the Rt-commit mailing list