[Rt-commit] r10674 - in rt/branches/3.999-DANGEROUS: t/mail
jesse at bestpractical.com
jesse at bestpractical.com
Sat Feb 2 00:55:37 EST 2008
Author: jesse
Date: Sat Feb 2 00:55:36 2008
New Revision: 10674
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/t/mail/gateway.t
Log:
r76098 at pinglin: jesse | 2008-02-02 00:54:43 -0500
t/mail/gateway.t failing only two tests
Modified: rt/branches/3.999-DANGEROUS/t/mail/gateway.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/mail/gateway.t (original)
+++ rt/branches/3.999-DANGEROUS/t/mail/gateway.t Sat Feb 2 00:55:36 2008
@@ -461,13 +461,13 @@
my $entity = MIME::Entity->build(
From => 'root at localhost',
To => 'rt at localhost',
- subject => 'binary attachment test',
+ Subject => 'binary attachment test',
Data => ['This is a test of a binary attachment'],
);
$entity->attach(
Path => $LOGO_FILE,
- type => 'image/gif',
+ Type => 'image/gif',
Encoding => 'base64',
);
# Create a ticket with a binary attachment
More information about the Rt-commit
mailing list