[Koha-bugs] [Bug 6799] rebuild_zebra.pl -x produces invalid XML records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 17 07:21:55 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6799

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gmcharlt at gmail.com          |frederic at tamil.fr

--- Comment #2 from Frédéric Demians <frederic at tamil.fr> 2011-09-17 05:21:55 UTC ---
How to test:

- Stop your zebra indexer cronjob
- Modify the first item of your first biblio record: add a 'é' at the
  end of the Call number field
- Run zebraidx by hand:
  ./rebuild_zebra.pl -r -b -x -nosanitize -k -d ./ -v
- You can stop the process quickly since the first biblio record has
  been exported
- Examine the export file:
  less biblio/exported_records

Result:

- You won't see your 'é' at the end of the first item call number.
- The delimitation between first and second record is wrong.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list