[Rt-commit] r17332 - in rt/3.8/trunk: .
falcone at bestpractical.com
falcone at bestpractical.com
Wed Dec 24 14:08:29 EST 2008
Author: falcone
Date: Wed Dec 24 14:08:29 2008
New Revision: 17332
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/t/approval/basic.t
Log:
r42831 at ketch: falcone | 2008-12-24 14:08:09 -0500
* If we don't name this Scrip, MySQL sorts it first and Pg sorts it last
Modified: rt/3.8/trunk/t/approval/basic.t
==============================================================================
--- rt/3.8/trunk/t/approval/basic.t (original)
+++ rt/3.8/trunk/t/approval/basic.t Wed Dec 24 14:08:29 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