#!/bin/sh
# note, run as ./report.sh > report.out; mv report.out report.html
# do not direct output directly to report.html as the script attempts to read that file and it may be overwritten prematurely.
vendors="SUN IAIK IBM ORCL UPC"
# warning - HTML had manual edit to link IBM N/A to reason
#vendors="IBM"
directories="xpointer dname"
#directories="xpointer"
testdoc=../xmlsig-interop-doc/testcases.html
home=`pwd`
if test -f report.html ; then
sed -n -e '/
'
sunfile="${t}-SUN.xml"
# test by comparing SUN digest value with others.
# need to consider cases of both and
sundigest=`cat $sunfile|sed -n '//p' |sed 's/.*\//'|sed 's/\<\/DigestValue\>.*//'`
for v in $vendors ; do
thefile="${t}-${v}.xml"
if test -f $thefile ; then
# ibm test cases were verified during interop by all participants by verifying the signatures. IBM used namespace prefixes
# and had different digest and signature values
if [ ${v} = "IBM" ]
then
echo '