X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_reclists.c;h=0104954958e0751ecf807b9d62c4405b2b1cb2f4;hb=3c6797554c9c8a595d25616587839b1400c5e3b7;hp=94d0db68c9f814a86d14d42ec5ba77e1b44dc8fd;hpb=c1422565e829e8534267b052ea6c2ba4ce4059ec;p=pazpar2-moved-to-github.git diff --git a/src/test_reclists.c b/src/test_reclists.c index 94d0db6..0104954 100644 --- a/src/test_reclists.c +++ b/src/test_reclists.c @@ -1,4 +1,4 @@ -/* $Id: test_reclists.c,v 1.1 2007-04-25 13:09:17 marc Exp $ +/* $Id: test_reclists.c,v 1.2 2007-05-11 08:41:07 marc Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -36,6 +36,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "reclists.h" +#if 0 + void test_reclist_sortparms(int argc, char **argv) { NMEM nmem = nmem_create(); @@ -75,13 +77,15 @@ void test_reclist_sortparms(int argc, char **argv) } +#endif + int main(int argc, char **argv) { YAZ_CHECK_INIT(argc, argv); YAZ_CHECK_LOG(); - test_reclist_sortparms(argc, argv); + //test_reclist_sortparms(argc, argv); YAZ_CHECK_TERM;