[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-535-g65423fe
Shawn Moore
sartak at bestpractical.com
Tue Aug 24 16:14:37 EDT 2010
The branch, 3.9-trunk has been updated
via 65423feecd6d8d5d7a55832cdb63136f128d0de6 (commit)
from 0603ceab630ff54ed7c2f6479f909003fed65861 (commit)
Summary of changes:
t/api/template-simple.t | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 65423feecd6d8d5d7a55832cdb63136f128d0de6
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Aug 24 16:15:07 2010 -0400
Undef the ticket so scrips run during runtime, not global destruction
diff --git a/t/api/template-simple.t b/t/api/template-simple.t
index 069917b..d0d2bc0 100644
--- a/t/api/template-simple.t
+++ b/t/api/template-simple.t
@@ -193,6 +193,8 @@ $template->SetType('Perl');
$template->Parse;
is($template->MIMEObj->stringify_body, "test 70", "Perl output");
+undef $ticket;
+
my $counter = 0;
sub IndividualTemplateTest {
local $Test::Builder::Level = $Test::Builder::Level + 1;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list