[Rt-commit] rt branch, 4.0/default-attachment-disposition, updated. rt-4.0.13-92-gb37fb52
Thomas Sibley
trs at bestpractical.com
Fri Jun 28 19:18:30 EDT 2013
The branch, 4.0/default-attachment-disposition has been updated
via b37fb52c1d5fc8e788911d9313790cb34e89a376 (commit)
from 2ce3591425072e391bc809b177e02e4d721a6f12 (commit)
Summary of changes:
t/mail/disposition-outgoing.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b37fb52c1d5fc8e788911d9313790cb34e89a376
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jun 28 16:18:18 2013 -0700
Adjust tests for new default disposition
diff --git a/t/mail/disposition-outgoing.t b/t/mail/disposition-outgoing.t
index 06295a0..cbfe43b 100644
--- a/t/mail/disposition-outgoing.t
+++ b/t/mail/disposition-outgoing.t
@@ -50,7 +50,7 @@ a fake patch
$mail =~ s/^Content-disposition: .+?\n(?=\n)//ism;
my $rt = send_and_receive($mail);
- like $rt, qr/Content-Disposition:\s*inline.+?filename\.patch/is, 'found default (inline) disposition';
+ like $rt, qr/Content-Disposition:\s*attachment.+?filename\.patch/is, 'found default (attachment) disposition';
}
sub send_and_receive {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list