Added new non-libxml2 tmarc. fixed naming so it matches non-libxml2/libxml2
authorDennis Schafroth <dennis@indexdata.com>
Wed, 10 Mar 2010 21:38:17 +0000 (22:38 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 10 Mar 2010 21:38:17 +0000 (22:38 +0100)
test/tstmarc.sh

index 6713ca0..90adf1b 100755 (executable)
@@ -23,7 +23,8 @@ binmarc_convert() {
         NEW=${PREFIX}${fb}.new.xml
         OLD=${srcdir}/${PREFIX}${fb}.xml
         DIFF=`basename ${f}`.diff
         NEW=${PREFIX}${fb}.new.xml
         OLD=${srcdir}/${PREFIX}${fb}.xml
         DIFF=`basename ${f}`.diff
-        ../util/yaz-marcdump -f $CHR -t utf-8 -o ${OUTPUT_FORMAT} $f > $NEW
+        #echo "../util/yaz-marcdump -f $CHR -t utf-8 -i marc -o ${OUTPUT_FORMAT} $f > $NEW"
+        ../util/yaz-marcdump -f $CHR -t utf-8 -i marc -o ${OUTPUT_FORMAT} $f > $NEW
         if test $? != "0"; then
                    echo "$f: yaz-marcdump returned error"
            ecode=1
         if test $? != "0"; then
                    echo "$f: yaz-marcdump returned error"
            ecode=1
@@ -92,10 +93,13 @@ echo "binmarc -> marcxml: $?"
 binmarc_convert "xml,marcxml" "marcxml" "xml2" 
 echo "binmarc -> marcxml(libxml2): $?" 
 
 binmarc_convert "xml,marcxml" "marcxml" "xml2" 
 echo "binmarc -> marcxml(libxml2): $?" 
 
-binmarc_convert "xml,tmarcxml"  "tmarcxml" "t" 
+binmarc_convert "tmarcxml"  "tmarcxml" "t" 
 echo "binmarc -> tmarcxml: $?" 
 
 echo "binmarc -> tmarcxml: $?" 
 
-# exit $ecode
+binmarc_convert "xml,tmarcxml"  "tmarcxml" "xml2t" 
+echo "binmarc -> tmarcxml(libxml2): $?" 
+
+exit $ecode
 
 # Local Variables:
 # mode:shell-script
 
 # Local Variables:
 # mode:shell-script