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/read_xml_file/reference.xml | 2 --
test/read_xml_file/transformation.xsl | 19 +++++--------------
2 files changed, 5 insertions(+), 16 deletions(-)
(limited to 'test/read_xml_file')
diff --git a/test/read_xml_file/reference.xml b/test/read_xml_file/reference.xml
index d82dc9c..26b5f82 100644
--- a/test/read_xml_file/reference.xml
+++ b/test/read_xml_file/reference.xml
@@ -1,9 +1,7 @@
-
- Hello 1
- Hello 2
- Hello 3
- Hello 4
-
diff --git a/test/read_xml_file/transformation.xsl b/test/read_xml_file/transformation.xsl
index ba6fed1..e0a3794 100644
--- a/test/read_xml_file/transformation.xsl
+++ b/test/read_xml_file/transformation.xsl
@@ -6,21 +6,12 @@
exclude-result-prefixes="InputXSLT"
>
-
+
-
-
-
-
-
-
-
-
+
+
+
+
--
cgit v1.2.3