removing the XSLT filter from the build, only keeping the ALVIS filter
[idzebra-moved-to-github.git] / test / xslt / xslt4.c
index 97b29a8..b423e25 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xslt4.c,v 1.6 2006-05-10 08:13:42 adam Exp $
+/* $Id: xslt4.c,v 1.7 2006-05-31 16:11:58 marc Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -31,7 +31,7 @@ static void tst(int argc, char **argv)
     ZebraService zs = tl_start_up("zebrastaticrank.cfg", argc, argv);
     ZebraHandle  zh = zebra_open(zs, 0);
 
-    tl_check_filter(zs, "xslt");
+    tl_check_filter(zs, "alvis");
 
     YAZ_CHECK(zebra_select_database(zh, "Default") == ZEBRA_OK);
 
@@ -41,7 +41,7 @@ static void tst(int argc, char **argv)
             tl_get_srcdir(), tl_get_srcdir());
     zebra_set_resource(zh, "profilePath", profile_path);
 
-    zebra_set_resource(zh, "recordType", "xslt.marcschema-col.xml");
+    zebra_set_resource(zh, "recordType", "alvis.marcschema-col.xml");
     zebra_set_resource(zh, "staticrank", "1");
 
     YAZ_CHECK(zebra_begin_trans(zh, 1) == ZEBRA_OK);