From 283101c02a7e6a71f221fe731168e9b0096e3766 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Wed, 21 May 2014 20:30:37 +0200 Subject: Added test case base template and improved transformer helper template * test case base template contains the basic test case markup ** it was mostly created to include include-path resolution into the test cases * improved transformer helper template by separating the external function call into its own variable --- test/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/check.sh') diff --git a/test/check.sh b/test/check.sh index fd537d7..84687bf 100755 --- a/test/check.sh +++ b/test/check.sh @@ -9,7 +9,7 @@ do cd $testcase rm -f actual.xml - ./../../build/test --transformation transformation.xsl --target actual.xml + ./../../build/test --transformation transformation.xsl --target actual.xml --include ../common/ diff -u reference.xml actual.xml if [ $? = 0 ] -- cgit v1.2.3