Bugzilla – Attachment 63211 Details for
Bug 17762
Ability to translate notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17762 (QA Followup) Fix Letters.t - add lang to fixtures
Bug-17762-QA-Followup-Fix-Letterst---add-lang-to-f.patch (text/plain), 1.04 KB, created by
Nick Clemens (kidclamp)
on 2017-05-05 20:22:23 UTC
(
hide
)
Description:
Bug 17762 (QA Followup) Fix Letters.t - add lang to fixtures
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-05-05 20:22:23 UTC
Size:
1.04 KB
patch
obsolete
>From af80bc5b313abfd3aa62772de6f5ed953c9d2dc9 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 5 May 2017 16:20:01 -0400 >Subject: [PATCH] Bug 17762 (QA Followup) Fix Letters.t - add lang to fixtures > >--- > t/Letters.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/Letters.t b/t/Letters.t >index a072044..76c5a87 100755 >--- a/t/Letters.t >+++ b/t/Letters.t >@@ -40,9 +40,9 @@ use t::lib::Mocks; > > fixtures_ok [ > Letter => [ >- [ 'module', 'code', 'branchcode', 'name', 'is_html', 'title', 'content' ], >- [ 'blah', 'ISBN', 'NBSI', 'book', 1, 'green', 'blahblah' ], >- [ 'bleh', 'ISSN', 'NSSI', 'page', 0, 'blue', 'blehbleh' ] >+ [ 'module', 'code', 'branchcode', 'name', 'is_html', 'title', 'content', 'lang' ], >+ [ 'blah', 'ISBN', 'NBSI', 'book', 1, 'green', 'blahblah', 'french' ], >+ [ 'bleh', 'ISSN', 'NSSI', 'page', 0, 'blue', 'blehbleh', 'american' ] > ], > ], 'add fixtures'; > >-- >2.1.4
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 17762
:
58133
|
58134
|
58135
|
58136
|
58137
|
58138
|
58139
|
58140
|
58141
|
58525
|
59452
|
59453
|
59454
|
59455
|
59456
|
59457
|
59458
|
59459
|
59460
|
59461
|
61614
|
61615
|
61616
|
61617
|
61618
|
61619
|
61620
|
61621
|
61622
|
61623
|
61624
|
63199
|
63200
|
63201
|
63202
|
63203
|
63204
|
63205
|
63206
|
63207
|
63208
|
63209
|
63210
| 63211