X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxslt%2Fdom1.c;h=24745054eb0d2c79caa17f9ea9cb47d1325398f8;hb=c3ff843e467932c6027a8b3b2ebda7b44612447e;hp=be4fe80c4ab811fb548ca0c29f15eab950b326f9;hpb=e4c6861efeeea654bfb00c5f0239ee258629d77f;p=idzebra-moved-to-github.git diff --git a/test/xslt/dom1.c b/test/xslt/dom1.c index be4fe80..2474505 100644 --- a/test/xslt/dom1.c +++ b/test/xslt/dom1.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 2004-2013 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -145,6 +145,9 @@ void tst(int argc, char **argv) zebra_close(zh); + /* testing indexing of bad UTF-8 encoded MARC record */ + zh = index_some(zs, "dom.dom-config-utf8.xml", "bad-utf8.mrc"); + zebra_close(zh); YAZ_CHECK(tl_close_down(0, zs)); }