[Rt-commit] [svn] r1541 - rt/branches/3.3-TESTING/lib/t

tla at pallas.eruditorum.org tla at pallas.eruditorum.org
Wed Sep 22 03:14:33 EDT 2004


Author: tla
Date: Wed Sep 22 03:14:33 2004
New Revision: 1541

Modified:
   rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
Log:
The regression test would die if the last test in here failed.
That wasn't very nice of me.


Modified: rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
==============================================================================
--- rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in	(original)
+++ rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in	Wed Sep 22 03:14:33 2004
@@ -82,3 +82,5 @@
 my ($trans, $desc, $transaction) = $ticket2->Comment(MIMEObj => $template_obj->MIMEObj);
 my $bogus_action = RT::Action::RecordComment->new(TicketObj => $ticket1, TemplateObj => $template_obj, TransactionObj => $transaction, CurrentUser => $CurrentUser);
 ok(!$bogus_action->Prepare(), "Comment aborted to prevent loop");
+
+1;


More information about the Rt-commit mailing list