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_file/reference.xml | 4 +---
test/read_file/transformation.xsl | 15 +++------------
2 files changed, 4 insertions(+), 15 deletions(-)
(limited to 'test/read_file')
diff --git a/test/read_file/reference.xml b/test/read_file/reference.xml
index 7cbcc95..0bca6f7 100644
--- a/test/read_file/reference.xml
+++ b/test/read_file/reference.xml
@@ -1,11 +1,9 @@
-
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<tester>
<eintrag>Hello 1</eintrag>
<eintrag>Hello 2</eintrag>
<eintrag>Hello 3</eintrag>
<eintrag>Hello 4</eintrag>
</tester>
-
diff --git a/test/read_file/transformation.xsl b/test/read_file/transformation.xsl
index 96b8976..e17734e 100644
--- a/test/read_file/transformation.xsl
+++ b/test/read_file/transformation.xsl
@@ -6,19 +6,10 @@
exclude-result-prefixes="InputXSLT"
>
-
+
-
-
-
-
-
-
+
+
--
cgit v1.2.3