Renamed test_sortindex to test_sort3
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Sep 2008 09:10:03 +0000 (11:10 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Sep 2008 09:10:03 +0000 (11:10 +0200)
test/api/.gitignore
test/api/Makefile.am
test/api/test_sort3.c

index 0b12d85..7e8f95a 100644 (file)
@@ -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
index 13b68de..862bcee 100644 (file)
@@ -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
 
index 934bfdc..5ad4930 100644 (file)
@@ -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));