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 --- test/common/test.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/common/test.txt (limited to 'test/common') diff --git a/test/common/test.txt b/test/common/test.txt new file mode 100644 index 0000000..046a6ef --- /dev/null +++ b/test/common/test.txt @@ -0,0 +1,7 @@ + + + Hello 1 + Hello 2 + Hello 3 + Hello 4 + -- cgit v1.2.3