Bugzilla – Attachment 32799 Details for
Bug 9530
Allow separate 'Reply To' and 'From' email address for notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9530: Follow-up - Fix t/db_dependent/Branch.t
Bug-9530-Follow-up---Fix-tdbdependentBrancht.patch (text/plain), 1.77 KB, created by
Katrin Fischer
on 2014-10-27 18:15:45 UTC
(
hide
)
Description:
Bug 9530: Follow-up - Fix t/db_dependent/Branch.t
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-10-27 18:15:45 UTC
Size:
1.77 KB
patch
obsolete
>From 53e25f4987f5790bc74da2803147bd42a2e4a108 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 27 Oct 2014 18:46:41 +0100 >Subject: [PATCH] Bug 9530: Follow-up - Fix t/db_dependent/Branch.t > >Tests need to learn about the new fields in the branches table. > >To test: >prove t/db_dependent/Branch.t >--- > t/db_dependent/Branch.t | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/t/db_dependent/Branch.t b/t/db_dependent/Branch.t >index 338ffe4..9ca3f56 100644 >--- a/t/db_dependent/Branch.t >+++ b/t/db_dependent/Branch.t >@@ -82,6 +82,8 @@ my $b1 = { > branchphone => 'phoneA', > branchfax => 'faxA', > branchemail => 'emailA', >+ branchreplyto => 'emailreply', >+ branchreturnpath => 'branchreturn', > branchurl => 'urlA', > branchip => 'ipA', > branchprinter => undef, >@@ -101,6 +103,8 @@ my $b2 = { > branchphone => 'phoneB', > branchfax => 'faxB', > branchemail => 'emailB', >+ branchreplyto => 'emailreply', >+ branchreturnpath => 'branchreturn', > branchurl => 'urlB', > branchip => 'ipB', > branchprinter => undef, >@@ -149,6 +153,8 @@ $b1 = { > branchphone => 'phoneA modified', > branchfax => 'faxA modified', > branchemail => 'emailA modified', >+ branchreplyto => 'emailreply modified', >+ branchreturnpath => 'branchreturn modified', > branchurl => 'urlA modified', > branchip => 'ipA modified', > branchprinter => undef, >@@ -270,6 +276,8 @@ $b2 = { > branchphone => 'phoneB', > branchfax => 'faxB', > branchemail => 'emailB', >+ branchreplyto => 'emailreply', >+ branchreturnpath => 'branchreturn', > branchurl => 'urlB', > branchip => 'ipB', > branchprinter => undef, >-- >1.9.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 9530
:
30717
|
30718
|
30719
|
30720
|
30721
|
30722
|
30723
|
30724
|
30725
|
30740
|
30741
|
30742
|
30743
|
30760
|
30761
|
30762
|
30763
|
31169
|
31196
|
31926
|
31927
|
31928
|
31929
|
31930
|
31931
|
31932
|
31933
|
31934
|
31935
| 32799