[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rt-commit
Subject:    [Rt-commit] r5290 - rt/branches/3.5-TESTING/lib/t/regression
From:       ruz () bestpractical ! com
Date:       2006-05-24 21:12:05
Message-ID: 20060524211205.C690C4D8084 () diesel ! bestpractical ! com
[Download RAW message or body]

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);
 
_______________________________________________
Rt-commit mailing list
Rt-commit@lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic