From 0030be45813f809d31994cad94a848d44237a37d Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Sat, 9 Jan 2010 21:24:10 +0000 Subject: [PATCH] record tests as changes since last time --- examples/XSLT/mangle.cpp | 6 +++--- tests/XSLT/Makefile.am | 2 +- tests/XSLT/test.csv | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/XSLT/mangle.cpp b/examples/XSLT/mangle.cpp index c44705a3..49c468c8 100755 --- a/examples/XSLT/mangle.cpp +++ b/examples/XSLT/mangle.cpp @@ -45,8 +45,8 @@ int main(int argc, const char* argv[]) //document.normalize(); stylesheet->execute(document); -/* - std::cout << "==============" << std::endl; + + std::cout << "\n==============" << std::endl; Arabica::XSLT::DOMSink output; stylesheet->set_output(output); @@ -55,7 +55,7 @@ int main(int argc, const char* argv[]) Arabica::DOM::Node node = output.node(); std::cout << node << std::endl; -*/ + } catch(const std::runtime_error& ex) { diff --git a/tests/XSLT/Makefile.am b/tests/XSLT/Makefile.am index 47fb6bf9..81efea16 100755 --- a/tests/XSLT/Makefile.am +++ b/tests/XSLT/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = xslt_test if WANT_TESTS - TESTS = $(check_PROGRAMS) + TESTS = xslt_test_and_check.sh endif ELEPHANT_INCLUDE = @ELEPHANT_INCLUDES@ diff --git a/tests/XSLT/test.csv b/tests/XSLT/test.csv index ad6e84d9..c185f29c 100644 --- a/tests/XSLT/test.csv +++ b/tests/XSLT/test.csv @@ -11,7 +11,7 @@ extend 4 0 0 4 impincl 29 0 0 1 lre 22 2 0 1 match 32 0 0 2 -math 107 1 0 0 +math 107 2 0 0 mdocs 18 0 0 9 message 16 0 0 2 modes 17 0 0 0 @@ -31,12 +31,12 @@ ver 5 0 0 4 whitespace 22 1 0 10 AVTs 25 2 0 0 Attributes 83 9 0 7 -BVTs 80 14 0 20 +BVTs 80 13 0 20 Comment 17 0 0 4 Completeness 9 0 0 0 -ConflictResolution 40 4 0 1 +ConflictResolution 40 6 0 1 Copying 5 0 0 1 -Elements 69 6 0 1 +Elements 69 8 0 1 Errors 107 4 0 0 Fallback 10 0 0 7 ForEach 1 0 0 0 @@ -46,7 +46,7 @@ Keys 41 0 0 6 Messages 11 1 0 0 Miscellaneous 56 0 0 3 Modes 19 0 0 0 -NamedTemplates 27 3 0 0 +NamedTemplates 27 3 0 1 Namespace 43 1 0 4 Namespace-alias 40 20 0 0 Namespace_XPath 9 0 0 2 @@ -59,11 +59,11 @@ Text 38 1 0 4 Valueof 4 0 0 0 Variables 83 0 0 10 Whitespaces 49 0 0 38 -XSLTFunctions 97 2 0 34 +XSLTFunctions 97 1 0 34 attributes 1 0 0 0 errors 9 0 0 0 include 2 0 0 0 processing-instruction 1 0 0 0 stylesheet 3 0 0 0 text 1 0 0 0 -variables 15 0 0 0 +variables 15 0 0 0 \ No newline at end of file