X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Frankingrecords.h;fp=test%2Fapi%2Frankingrecords.h;h=aae0365aa4aa1cc2059674b49caad6c4913b0238;hb=2fefff35eeb40ba802bb3ee11674a6037b84659c;hp=0000000000000000000000000000000000000000;hpb=73bedd5ba9152c9c107b502fae65723b551aff09;p=idzebra-moved-to-github.git diff --git a/test/api/rankingrecords.h b/test/api/rankingrecords.h new file mode 100644 index 0000000..aae0365 --- /dev/null +++ b/test/api/rankingrecords.h @@ -0,0 +1,55 @@ +/* $Id: rankingrecords.h,v 1.1 2004-10-28 10:37:15 heikki Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 + Index Data Aps + +This file is part of the Zebra server. + +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 +Software Foundation; either version 2, or (at your option) any later +version. + +Zebra is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with Zebra; see the file LICENSE.zebra. If not, write to the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. +*/ + +/** rankingrecords.h - some test data for t9, and t10 */ + +const char *recs[] = { + "\n" + " The first title\n" + " \n" + " The first common word is the: the the the \n" + " The second common word is word \n" + " but all have the foo bar \n" + " \n" + "\n", + + "\n" + " The second title\n" + " \n" + " The first common word is the: the \n" + " The second common word is foo: foo foo \n" + " but all have the foo bar \n" + " \n" + "\n", + + "\n" + " The third title\n" + " \n" + " The first common word is the: the \n" + " The third common word is bar: bar \n" + " but all have the foo bar \n" + " \n" + "\n", + + 0 }; + +