Bugzilla – Attachment 124752 Details for
Bug 28870
Cart shipping fails because of Non-ASCII characters in display-name of reply-to address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28870: Regression tests
Bug-28870-Regression-tests.patch (text/plain), 1.62 KB, created by
Martin Renvoize (ashimema)
on 2021-09-10 12:06:09 UTC
(
hide
)
Description:
Bug 28870: Regression tests
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-09-10 12:06:09 UTC
Size:
1.62 KB
patch
obsolete
>From 6933617bb9ca7917f2a09c245dabbd98b32211c2 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 20 Aug 2021 18:22:58 -0300 >Subject: [PATCH] Bug 28870: Regression tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/Koha/Email.t | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/t/Koha/Email.t b/t/Koha/Email.t >index a5c56df215..03da6eb659 100755 >--- a/t/Koha/Email.t >+++ b/t/Koha/Email.t >@@ -37,8 +37,8 @@ subtest 'create() tests' => sub { > > my $email = Koha::Email->create( > { >- from => 'from@example.com', >- to => 'to@example.com', >+ from => 'Fróm <from@example.com>', >+ to => 'Tö <to@example.com>', > cc => 'cc@example.com', > bcc => 'bcc@example.com', > reply_to => 'reply_to@example.com', >@@ -49,8 +49,8 @@ subtest 'create() tests' => sub { > } > ); > >- is( $email->email->header('From'), 'from@example.com', 'Value set correctly' ); >- is( $email->email->header('To'), 'to@example.com', 'Value set correctly' ); >+ is( $email->email->header('From'), 'Fróm <from@example.com>', 'Value set correctly' ); >+ is( $email->email->header('To'), 'Tö <to@example.com>', 'Value set correctly' ); > is( $email->email->header('Cc'), 'cc@example.com', 'Value set correctly' ); > is( $email->email->header('Bcc'), 'bcc@example.com', 'Value set correctly' ); > is( $email->email->header('Reply-To'), 'reply_to@example.com', 'Value set correctly' ); >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28870
:
124002
|
124003
|
124004
|
124117
|
124118
|
124119
|
124178
|
124179
|
124180
|
124183
|
124184
|
124185
|
124752
|
124753
|
124754
|
124755
|
124756
|
124757
|
124762
|
124763
|
124764
|
124765
|
124766
|
124767
|
127521
|
127522
|
127523
|
127524
|
127525
|
127526
|
127745
|
127746
|
127747
|
127748
|
127749
|
127750