Bug 17762 (QA Followup) Fix Letters.t - add lang to fixtures
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
c33b3b1342
commit
dbf4d50f73
1 changed files with 3 additions and 3 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue