[Rt-commit] r17492 - rt/3.8/branches/3.8.2-releng/t/approval

falcone at bestpractical.com falcone at bestpractical.com
Wed Dec 31 13:14:36 EST 2008


Author: falcone
Date: Wed Dec 31 13:14:36 2008
New Revision: 17492

Modified:
   rt/3.8/branches/3.8.2-releng/t/approval/basic.t

Log:
If we don't name this Scrip, Pg and MySQL sort differently

Modified: rt/3.8/branches/3.8.2-releng/t/approval/basic.t
==============================================================================
--- rt/3.8/branches/3.8.2-releng/t/approval/basic.t	(original)
+++ rt/3.8/branches/3.8.2-releng/t/approval/basic.t	Wed Dec 31 13:14:36 2008
@@ -76,7 +76,8 @@
 my ($sval, $smsg) =$scrip->Create( ScripCondition => 'On Create',
                 ScripAction => 'Create Tickets',
                 Template => 'PO Approvals',
-                Queue => $q->Id);
+                Queue => $q->Id,
+                Description => 'Create Approval Tickets');
 ok ($sval, $smsg);
 ok ($scrip->Id, "Created the scrip");
 ok ($scrip->TemplateObj->Id, "Created the scrip template");


More information about the Rt-commit mailing list