http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8300
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #5 from Magnus Enger <[email protected]> --- After applying the patch I get this: $ prove -v t/db_dependent/www/batch.t t/db_dependent/www/batch.t .. 1..20 ok 1 - connect to intranet ok 2 - login to staff client ok 3 - load main page Link not found at t/db_dependent/www/batch.t line 63. # Looks like you planned 20 tests but ran 3. # Looks like your test exited with 255 just after 3. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 17/20 subtests Test Summary Report ------------------- t/db_dependent/www/batch.t (Wstat: 65280 Tests: 3 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 20 tests but ran 3. Files=1, Tests=3, 4 wallclock secs ( 0.04 usr 0.00 sys + 0.38 cusr 0.04 csys = 0.46 CPU) Result: FAIL I think the problem is that after the new look of the staff client was introduced, the link to tools no longer contains the text "Tools". Changing line 63 of t/db_dependent/www/batch.t to this: $agent->follow_link_ok( { url_regex => qr/tools-home/i }, 'open tools module' ); makes the test succeed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
