X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_options.c;h=b0b127bad531a70a8c5f14e5a14c065ab38aa046;hp=7b047077ee8363d45405fe42acbb8742bb491276;hb=800e0637cfe783fa9966e11712b7e20023ba2245;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/test/test_options.c b/test/test_options.c index 7b04707..b0b127b 100644 --- a/test/test_options.c +++ b/test/test_options.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -31,7 +31,7 @@ static void tst(void) int argc = sizeof(argv) / sizeof(*argv); char *arg = 0; const char *desc = "a{longa}b{longb}cdn:m{marmelade}:"; - + YAZ_CHECK_EQ(options(desc, argv, argc, &arg), 'a'); YAZ_CHECK_EQ(options(desc, argv, argc, &arg), 'b'); YAZ_CHECK_EQ(options(desc, argv, argc, &arg), 0);