X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft0.c;h=861feef713932776eb03bd01fb77a5350ea8af19;hb=b975cabc6e2d7aaa3dea6f1e4a4d7f2c440d5c5a;hp=15ddb77bc67e45caf9097c7d11f0b92681f1a2e5;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;p=idzebra-moved-to-github.git diff --git a/test/api/t0.c b/test/api/t0.c index 15ddb77..861feef 100644 --- a/test/api/t0.c +++ b/test/api/t0.c @@ -1,5 +1,5 @@ -/* $Id: t0.c,v 1.4 2006-05-10 08:13:35 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: t0.c,v 1.7 2007-01-15 15:10:20 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ /** t0 - test zebra_start .. */ @@ -26,7 +26,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA static void tst(int argc, char **argv) { - tl_start_log(argc, argv); YAZ_CHECK(!zebra_start("xxxxpoiasdfasfd.cfg")); /* should fail */ }