sudo apt-get install libtest-www-mechanize-perl
export KOHA_USER=kohaadmin export KOHA_PASS=katikoan export KOHA_INTRANET_URL=http://localhost:8080 export KOHA_OPAC_URL=http://localhost
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8300 --- Comment #1 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 10445 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10445&action=edit Bug 8300: Add mechanized unit test for batch import This new unit test confirms that importing records via the Stage MARC import tool still works by connecting to a Koha instance and importing a record then reverting the import, checking at each step of the way that everything is as it should be. To test: 1. Install Test::WWW::Mechanize 2. Set environment variables to reflect your Koha instance: 3. Run the test:
prove t/db_dependent/www/batch.t
-- You are receiving this mail because: You are watching all bug changes.