From af80bc5b313abfd3aa62772de6f5ed953c9d2dc9 Mon Sep 17 00:00:00 2001 From: Nick Clemens 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