comparison tests/test-summaries/test-summaries.sh @ 236:a0d093495a1f

Activate summary value tests
author Chris Cannam
date Tue, 01 Mar 2016 12:20:47 +0000
parents 382d49862393
children
comparison
equal deleted inserted replaced
235:6a804920b4a8 236:a0d093495a1f
81 fail "Internal error: Failed to canonicalise expected output file $sexpected.n3" 81 fail "Internal error: Failed to canonicalise expected output file $sexpected.n3"
82 82
83 compare $tmpcanonical $expcanonical || \ 83 compare $tmpcanonical $expcanonical || \
84 faildiff "Output mismatch against expected $sexpected.n3 for canonicalised version of transform $stransform" $tmpcanonical $expcanonical 84 faildiff "Output mismatch against expected $sexpected.n3 for canonicalised version of transform $stransform" $tmpcanonical $expcanonical
85 85
86 exit 0 86 bash "$mypath/test-summaries-testplugin.sh"
87 87
88