From c76c6307014b193b15d892e51a88511ebac39464 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 9 Sep 2008 11:10:03 +0200 Subject: [PATCH] Renamed test_sortindex to test_sort3 --- test/api/.gitignore | 4 +--- test/api/Makefile.am | 4 ++-- test/api/test_sort3.c | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/test/api/.gitignore b/test/api/.gitignore index 0b12d85..7e8f95a 100644 --- a/test/api/.gitignore +++ b/test/api/.gitignore @@ -18,9 +18,7 @@ test_scan test_special_elements test_zebra_fork test_safari -test_sortindex -test_sort1 -test_sort2 +test_sort[1-9] test_sortidx *.mf *.LCK diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 13b68de..862bcee 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -7,7 +7,7 @@ check_PROGRAMS = test_start_stop test_result_sets \ test_rank test_private_attset \ test_scan test_create_databases test_resources test_update_record \ test_zebra_fork test_special_elements test_icu_indexing \ - test_sortindex test_safari test_sort1 test_sort2 test_sortidx + test_safari test_sort1 test_sort2 test_sort3 test_sortidx TESTS = $(check_PROGRAMS) @@ -15,7 +15,7 @@ EXTRA_DIST=zebra.cfg test_trunc.cfg test_private_attset.cfg \ private_attset.att private_attset.abs test_search.abs \ test_zebra_fork.cfg \ test_icu_indexing.cfg test_icu_indexing.idx \ - test_safari.cfg test_sortindex.cfg \ + test_safari.cfg test_sort3.cfg \ test_sort1.cfg test_sort1.idx test_sort1.chr sort1.abs \ test_sort2.cfg test_sort2.idx test_sort2.chr sort2.abs diff --git a/test/api/test_sort3.c b/test/api/test_sort3.c index 934bfdc..5ad4930 100644 --- a/test/api/test_sort3.c +++ b/test/api/test_sort3.c @@ -34,7 +34,7 @@ static void tst(int argc, char **argv) { zint ids[5]; - ZebraService zs = tl_start_up("test_sortindex.cfg", argc, argv); + ZebraService zs = tl_start_up("test_sort3.cfg", argc, argv); ZebraHandle zh = zebra_open(zs, 0); YAZ_CHECK(tl_init_data(zh, myrec)); -- 1.7.10.4