From: Adam Dickmeiss Date: Wed, 13 Jun 2007 21:30:08 +0000 (+0000) Subject: Update test_record test for new arg to record_create X-Git-Tag: PAZPAR2.1.0.0~48 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=35c06c09cab870bbe25468dba5043a4d93e40a61;p=pazpar2-moved-to-github.git Update test_record test for new arg to record_create --- diff --git a/src/test_record.c b/src/test_record.c index d6c77c7..ca4f02b 100644 --- a/src/test_record.c +++ b/src/test_record.c @@ -1,4 +1,4 @@ -/* $Id: test_record.c,v 1.6 2007-06-07 12:27:03 adam Exp $ +/* $Id: test_record.c,v 1.7 2007-06-13 21:30:08 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -86,7 +86,7 @@ void test_record(int argc, char **argv) // testing record things - record = record_create(nmem, 4, 3, client); + record = record_create(nmem, 4, 3, client, 1); YAZ_CHECK(record); tmp_md = record_metadata_insert(nmem, &(record->metadata[0]), data_text);