Summary: | t/db_dependent/Exporter/Record.t fails | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Architecture, internals, and plumbing | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | jonathan.druart, mtj |
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: | ||
Circulation function: | |||
Attachments: |
Bug 17644 - t/db_dependent/Exporter/Record.t fails
[SIGNED-OFF] Bug 17644 - t/db_dependent/Exporter/Record.t fails Bug 17644 - t/db_dependent/Exporter/Record.t fails |
Description
Kyle M Hall (khall)
2016-11-16 12:40:19 UTC
Created attachment 57539 [details] [review] Bug 17644 - t/db_dependent/Exporter/Record.t fails Test Plan: 1) prove t/db_dependent/Exporter/Record.t fails 2) Apply this patch 3) prove t/db_dependent/Exporter/Record.t succeeds! Created attachment 57547 [details] [review] [SIGNED-OFF] Bug 17644 - t/db_dependent/Exporter/Record.t fails Test Plan: 1) prove t/db_dependent/Exporter/Record.t fails 2) Apply this patch 3) prove t/db_dependent/Exporter/Record.t succeeds! Signed-off-by: Josef Moravec <josef.moravec@gmail.com> I was going to submit a patch to fix this test and found yours. Note that mine looks simpler: -Koha::Biblioitems->find( $bad_biblionumber )->marcxml("something wrong")->store; +Koha::Biblioitems->find( $bad_biblioitemnumber )->marcxml("something wrong")->store; Created attachment 57586 [details] [review] Bug 17644 - t/db_dependent/Exporter/Record.t fails Test Plan: 1) prove t/db_dependent/Exporter/Record.t fails 2) Apply this patch 3) prove t/db_dependent/Exporter/Record.t succeeds! Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Pushed to master for 16.11! Pushed to 16.05.x, for 16.05.06 release |