Bug 12953

Summary: Bug 12827 causes a test to fail
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Galen Charlton <gmcharlt>
Severity: major    
Priority: P5 - low CC: paola.rossi, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 10402, 12827    
Bug Blocks: 12830    
Attachments: Bug 12953: FIX NewOrder test
Bug 12953: FIX NewOrder test
[PASSED QA] Bug 12953: FIX NewOrder test

Description Jonathan Druart 2014-09-18 07:41:39 UTC
The patch for bug 12827 has been written some days before bug 10402. One occurrence of NewOrder has not been modified.

To reproduce: prove t/db_dependent/Letters.t

fails: t/db_dependent/Letters.t .. 2/58 DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 9 at C4/Letters.pm line 322.
Comment 1 Jonathan Druart 2014-09-18 07:43:28 UTC Comment hidden (obsolete)
Comment 2 Paola Rossi 2014-09-18 09:39:48 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2014-09-18 13:06:21 UTC
Created attachment 31713 [details] [review]
[PASSED QA] Bug 12953: FIX NewOrder test

The patch for bug 12827 has been written some days before bug 10402. One
occurrence of NewOrder has not been modified.

Test plan:
  prove t/db_dependent/Letters.t

should return green.

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 4 Tomás Cohen Arazi 2014-09-18 13:11:38 UTC
Patch pushed to master.

Thanks Jonathan for the quick fix!