https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18807 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #7)
Two questions:
Should this work under https too? At this moment I run into Error GETing https:<etc>/cgi-bin/koha/tools/stage-marc-import.pl: Forbidden at t/db_dependent/www/batch.t line 69. Seeing reports of these errors with Mechanize and https when googling for it.
Out of the scope of this bug report anyway. I guess other www tests do not pass either?
$agent->content_contains( 'Details for ' . $bookdescription, [etc] You apparently assume here that the response is English from the staff client. Should you expect that? But note that it seems that the whole test is built on that assumption.. So just for the record.
Yes. Did you find another quick and easy solution? The goal here is to get www tests I can run before pushing. So let's fix them first, then improve them later. -- You are receiving this mail because: You are watching all bug changes.