Summary: | t/db_dependent/Review.t should not depend on existing data | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Test Suite | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | Galen Charlton <gmcharlt> |
Severity: | normal | ||
Priority: | P5 - low | CC: | hector.hecaxmmx, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 15199: t/db_dependent/Review.t should not depend on existing data
[SIGNED-OFF]Bug 15199: t/db_dependent/Review.t should not depend on existing data [PASSED QA] Bug 15199: t/db_dependent/Review.t should not depend on existing data |
Description
Tomás Cohen Arazi (tcohen)
2015-11-17 13:20:44 UTC
Created attachment 44909 [details] [review] Bug 15199: t/db_dependent/Review.t should not depend on existing data This patch makes the tests create a branch and a patron category instead of searching for them on the DB. To test: - Apply the patch on current master - Run $ prove t/db_dependent/Review.t => SUCCESS: Tests pass - Sign off Created attachment 44912 [details] [review] [SIGNED-OFF]Bug 15199: t/db_dependent/Review.t should not depend on existing data This patch makes the tests create a branch and a patron category instead of searching for them on the DB. To test: - Apply the patch on current master - Run $ prove t/db_dependent/Review.t => SUCCESS: Tests pass - Sign off Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> All test pass successful Created attachment 44942 [details] [review] [PASSED QA] Bug 15199: t/db_dependent/Review.t should not depend on existing data This patch makes the tests create a branch and a patron category instead of searching for them on the DB. To test: - Apply the patch on current master - Run $ prove t/db_dependent/Review.t => SUCCESS: Tests pass - Sign off Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> All test pass successful Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. |