Summary: | auth_values_input_www.t is broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | claire_gravely, josef.moravec, kyle, mtj |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 17216 | ||
Bug Blocks: | |||
Attachments: |
Bug 17540: (Bug 7216 followup) Fix tests for auth_values_input_www.t
[SIGNED-OFF] Bug 17540: (Bug 7216 followup) Fix tests for auth_values_input_www.t Bug 17540: (Bug 7216 followup) Fix tests for auth_values_input_www.t |
Description
Jonathan Druart
2016-11-02 11:53:29 UTC
This is caused by bug 17216 which modified the structure of the AV admin page Created attachment 57078 [details] [review] Bug 17540: (Bug 7216 followup) Fix tests for auth_values_input_www.t This is caused by bug 17216 which modified the structure of the AV admin page Test plan: prove t/db_dependent/www/auth_values_input_www.t should return green test failed for me: t/db_dependent/www/auth_values_input_www.t .. You tried to plan twice at t/db_dependent/www/auth_values_input_www.t line 47. # Looks like your test exited with 255 before it could output anything. t/db_dependent/www/auth_values_input_www.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 33/33 subtests Created attachment 57105 [details] [review] [SIGNED-OFF] Bug 17540: (Bug 7216 followup) Fix tests for auth_values_input_www.t This is caused by bug 17216 which modified the structure of the AV admin page Test plan: prove t/db_dependent/www/auth_values_input_www.t should return green Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Test passed cleanly for me... (In reply to Claire Gravely from comment #3) > test failed for me: > > t/db_dependent/www/auth_values_input_www.t .. You tried to plan twice at > t/db_dependent/www/auth_values_input_www.t line 47. > # Looks like your test exited with 255 before it could output anything. > t/db_dependent/www/auth_values_input_www.t .. Dubious, test returned 255 > (wstat 65280, 0xff00) > Failed 33/33 subtests This is because you did not export KOHA_INTRANET_URL and KOHA_OPAC_URL (In reply to Jonathan Druart from comment #6) > (In reply to Claire Gravely from comment #3) > > test failed for me: > > > > t/db_dependent/www/auth_values_input_www.t .. You tried to plan twice at > > t/db_dependent/www/auth_values_input_www.t line 47. > > # Looks like your test exited with 255 before it could output anything. > > t/db_dependent/www/auth_values_input_www.t .. Dubious, test returned 255 > > (wstat 65280, 0xff00) > > Failed 33/33 subtests > > This is because you did not export KOHA_INTRANET_URL and KOHA_OPAC_URL Thanks, yes, worked on kohadevbox! Created attachment 57138 [details] [review] Bug 17540: (Bug 7216 followup) Fix tests for auth_values_input_www.t This is caused by bug 17216 which modified the structure of the AV admin page Test plan: prove t/db_dependent/www/auth_values_input_www.t should return green Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 16.11, thanks Jonathan! blocked by DB changes, passing for 16.05 |