From: Adam Dickmeiss Date: Tue, 24 May 2011 11:57:43 +0000 (+0000) Subject: Remove test not in use: test/xelm X-Git-Tag: v2.0.47~3 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=68fddedeba312e2c2c801970dca8e5cb5de2db6e Remove test not in use: test/xelm --- diff --git a/configure.ac b/configure.ac index f729981..03d238b 100644 --- a/configure.ac +++ b/configure.ac @@ -319,7 +319,6 @@ AC_OUTPUT([ test/rusmarc/Makefile test/cddb/Makefile test/malxml/Makefile test/mbox/Makefile test/config/Makefile - test/xelm/Makefile test/dmoz/Makefile test/zsh/Makefile test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile test/espec/Makefile diff --git a/test/Makefile.am b/test/Makefile.am index 37edfd9..b8d9008 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS=codec api filters xslt xpath malxml config usmarc dmoz \ - xelm cddb rusmarc zsh marcxml charmap mbox espec gils + cddb rusmarc zsh marcxml charmap mbox espec gils diff --git a/test/xelm/.gitignore b/test/xelm/.gitignore deleted file mode 100644 index f19f609..0000000 --- a/test/xelm/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -Makefile -Makefile.in -*.mf -*.log -log -*.LCK -*~ -zebrasrv.pid diff --git a/test/xelm/Makefile.am b/test/xelm/Makefile.am deleted file mode 100644 index 5cc44e2..0000000 --- a/test/xelm/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ - -check_SCRIPTS = test.sh - -TESTS = $(check_SCRIPTS) - -EXTRA_DIST = zebra.cfg user.abs $(check_SCRIPTS) pop.xml strucc.xml - diff --git a/test/xelm/pop.xml b/test/xelm/pop.xml deleted file mode 100644 index a477884..0000000 --- a/test/xelm/pop.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Peter Popovics - Leiras - Description - pop@technomat.hu - http://www.technomat.hu/pop - 29 - diff --git a/test/xelm/strucc.xml b/test/xelm/strucc.xml deleted file mode 100644 index a7df128..0000000 --- a/test/xelm/strucc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Strucc Emu - Leiras - Testit - strucc@technomat.hu - http://www.technomat.hu/strucc - 5 - diff --git a/test/xelm/test.sh b/test/xelm/test.sh deleted file mode 100755 index 039e4d0..0000000 --- a/test/xelm/test.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exit 0 diff --git a/test/xelm/user.abs b/test/xelm/user.abs deleted file mode 100644 index 8bb8aaf..0000000 --- a/test/xelm/user.abs +++ /dev/null @@ -1,19 +0,0 @@ -name user - -attset bib1.att - -#xpath enable -#xelm //des*/ Any:w -#xelm //user/age !:n,ISBN:w -#xelm //user/name !:p -xelm //user/@id !:w,Doc-id:w,Any:w -#xelm /user[@id="strucc"]/description[@xml:lang="en" and @test] !:w,Any:w - -#xelm ///description[@xml:lang="en"] !:w,Any:w - -#elm name name Any:p -#elm age age Any:n - - -xelm /@* !:w # all attributes -xelm /* !:w # expression for all tags diff --git a/test/xelm/zebra.cfg b/test/xelm/zebra.cfg deleted file mode 100644 index 7da1750..0000000 --- a/test/xelm/zebra.cfg +++ /dev/null @@ -1,15 +0,0 @@ -# Simple zebra configuration file to demonstate the usage of xelm directive - -profilePath: ${srcdir:-.}/../../tab - -attset: bib1.att -attset: explain.att - -# Specify record type -recordType.xml: grs.xml -#recordId: file - -memMax: 4 - -storeKeys: 1 -storeData: 1