[Rt-commit] r18783 - rt/3.999/branches/config-in-db/lib/RT
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Mar 13 05:09:04 EDT 2009
Author: sunnavy
Date: Fri Mar 13 05:09:04 2009
New Revision: 18783
Modified:
rt/3.999/branches/config-in-db/lib/RT/Test.pm
Log:
tiny fix
Modified: rt/3.999/branches/config-in-db/lib/RT/Test.pm
==============================================================================
--- rt/3.999/branches/config-in-db/lib/RT/Test.pm (original)
+++ rt/3.999/branches/config-in-db/lib/RT/Test.pm Fri Mar 13 05:09:04 2009
@@ -536,8 +536,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