[Rt-commit] r5290 - rt/branches/3.5-TESTING/lib/t/regression

ruz at bestpractical.com ruz at bestpractical.com
Wed May 24 17:12:05 EDT 2006


Author: ruz
Date: Wed May 24 17:12:02 2006
New Revision: 5290

Modified:
   rt/branches/3.5-TESTING/lib/t/regression/13-attribute-tests.t

Log:
* Order attributes as we depend on ordering in tests

Modified: rt/branches/3.5-TESTING/lib/t/regression/13-attribute-tests.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/13-attribute-tests.t	(original)
+++ rt/branches/3.5-TESTING/lib/t/regression/13-attribute-tests.t	Wed May 24 17:12:02 2006
@@ -20,6 +20,8 @@
 
 ok(1, $user->Attributes->BuildSelectQuery);
 my $attr = $user->Attributes;
+# XXX: Order by id as some tests depend on it
+$attr->OrderByCols({ FIELD => 'id' });
 
 ok(1, $attr->BuildSelectQuery);
 


More information about the Rt-commit mailing list