http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14217
Barton Chittenden <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Barton Chittenden <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #2) > To test: > - Verify that the shipped XSLT files are current regarding the shipped index > definitions: > $ for i in marc21 normarc unimarc; do > xsltproc etc/zebradb/xsl/xsl/koha-indexdefs-to-zebra.xsl \ > etc/zebradb/marc_defs/$i/biblios/biblio-koha-indexdefs.xml \ > > etc/zebradb/marc_defs/$i/biblios/biblio-zebra-indexdefs.xsl > done Small change in test plan: etc/zebradb/xsl/xsl/koha-indexdefs-to-zebra.xsl should be etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl so the first step in the test plan becomes. - Verify that the shipped XSLT files are current regarding the shipped index definitions: $ for i in marc21 normarc unimarc; do xsltproc etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl \ etc/zebradb/marc_defs/$i/biblios/biblio-koha-indexdefs.xml \ > etc/zebradb/marc_defs/$i/biblios/biblio-zebra-indexdefs.xsl done -- 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/
