X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_rpn2solr.c;h=ae4e74261c9c51244ba0ce44238db2fd44c5957b;hp=ed2d291db29a71c689a8dee83c4d38e6debae05e;hb=266cfeafc17930bfa6fb7eed92f80b8c751f43b4;hpb=c4aebcfe8750bd421de0c06820fdddb4e4443a11 diff --git a/test/test_rpn2solr.c b/test/test_rpn2solr.c index ed2d291..ae4e742 100644 --- a/test/test_rpn2solr.c +++ b/test/test_rpn2solr.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -105,7 +105,7 @@ static void tst2(void) wrbuf_puts(w, "/"); } wrbuf_puts(w, "../etc/pqf.properties"); - + ct = solr_transform_open_fname(wrbuf_cstr(w)); YAZ_CHECK(compare(ct, "@attr 1=4 abc", "dc.title:abc")); #if 0