[Rt-commit] r19495 - in rt/3.999/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 7 03:00:35 EDT 2009
Author: sunnavy
Date: Thu May 7 03:00:34 2009
New Revision: 19495
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/lib/RT/Test.pm
Log:
r20320 at sunnavys-mb (orig r18783): sunnavy | 2009-03-13 17:09:04 +0800
tiny fix
Modified: rt/3.999/trunk/lib/RT/Test.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Test.pm (original)
+++ rt/3.999/trunk/lib/RT/Test.pm Thu May 7 03:00:34 2009
@@ -546,8 +546,8 @@
my $catcher = sub {
my $MIME = shift;
- open my $handle, '>>', $RT::TEST::MAILBOX_CATCHER
- or die "Unable to open $MAILBOX_CATCHER for appending: $!";
+ open my $handle, '>>', $RT::Test::MAILBOX_CATCHER
+ or die "Unable to open $RT::Test::MAILBOX_CATCHER for appending: $!";
$MIME->print($handle);
print $handle "%% split me! %%\n";
More information about the Rt-commit
mailing list