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/common/testcase.xsl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/common/testcase.xsl (limited to 'test/common') diff --git a/test/common/testcase.xsl b/test/common/testcase.xsl new file mode 100644 index 0000000..70bfa3a --- /dev/null +++ b/test/common/testcase.xsl @@ -0,0 +1,22 @@ + + + + + + + + + + + + -- cgit v1.2.3