Remove test not in use: test/xelm
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 May 2011 11:57:43 +0000 (11:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 May 2011 11:57:43 +0000 (11:57 +0000)
configure.ac
test/Makefile.am
test/xelm/.gitignore [deleted file]
test/xelm/Makefile.am [deleted file]
test/xelm/pop.xml [deleted file]
test/xelm/strucc.xml [deleted file]
test/xelm/test.sh [deleted file]
test/xelm/user.abs [deleted file]
test/xelm/zebra.cfg [deleted file]

index f729981..03d238b 100644 (file)
@@ -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
index 37edfd9..b8d9008 100644 (file)
@@ -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 (file)
index f19f609..0000000
+++ /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 (file)
index 5cc44e2..0000000
+++ /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 (file)
index a477884..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<user xmlns="http://www.technomat.hu/Classic/" id="pop">\r
-       <name>Peter Popovics</name>\r
-        <description xml:lang="hu">Leiras</description>\r
-        <description xml:lang="en">Description</description>\r
-       <email>pop@technomat.hu</email>\r
-       <url>http://www.technomat.hu/pop</url>\r
-       <age>29</age>\r
-</user>\r
diff --git a/test/xelm/strucc.xml b/test/xelm/strucc.xml
deleted file mode 100644 (file)
index a7df128..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<user xmlns="http://www.technomat.hu/Classic/" id="strucc">\r
-       <name>Strucc Emu</name>\r
-        <description xml:lang="hu">Leiras</description>\r
-        <description xml:lang="en" test="asd">Testit</description>\r
-       <email>strucc@technomat.hu</email>\r
-       <url>http://www.technomat.hu/strucc</url>\r
-       <age>5</age>\r
-</user>\r
diff --git a/test/xelm/test.sh b/test/xelm/test.sh
deleted file mode 100755 (executable)
index 039e4d0..0000000
+++ /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 (file)
index 8bb8aaf..0000000
+++ /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 (file)
index 7da1750..0000000
+++ /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