From 947603b5d7f05053a93a3cfe257fa7ab11304a90 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Thu, 8 May 2014 21:16:31 +0200 Subject: Implemented black-box test cases * the directories below "./test" contain test cases ** "transformation.xsl" and the expected result as "reference.xml" ** tests are performed by "check.sh" *** returns diff on error * this system enables simple verification of external function results ** way simpler than C++ unit tests would be in this scenario * expanded cmake instructions to automatically execute the test cases * old example transformation was removed --- dummy/in.xml | 2 -- dummy/test.txt | 7 ----- dummy/transform.xsl | 83 ----------------------------------------------------- 3 files changed, 92 deletions(-) delete mode 100644 dummy/in.xml delete mode 100644 dummy/test.txt delete mode 100644 dummy/transform.xsl (limited to 'dummy') diff --git a/dummy/in.xml b/dummy/in.xml deleted file mode 100644 index 6abcacd..0000000 --- a/dummy/in.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/dummy/test.txt b/dummy/test.txt deleted file mode 100644 index 046a6ef..0000000 --- a/dummy/test.txt +++ /dev/null @@ -1,7 +0,0 @@ - - - Hello 1 - Hello 2 - Hello 3 - Hello 4 - diff --git a/dummy/transform.xsl b/dummy/transform.xsl deleted file mode 100644 index 5e172b6..0000000 --- a/dummy/transform.xsl +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - -
- Parameter "test" contains value "" -
- -
- - - - Could not read text file. - - - - - -
- -
- - - - Could not read XML file. - - -
    - -
  • -
    -
-
-
-
- -
- - - - Could not read directory. - - -
    - -
  • -
    -
-
    - -
  • -
    -
-
-
-
- - -
- -
- - -- cgit v1.2.3