From 7aec27ddaa008766297f2e021af2e056025cb462 Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Tue, 12 Jan 2010 00:03:49 +0000 Subject: [PATCH] failed to sort out test output last time, so doing it this time --- tests/XSLT/test.csv | 2 +- tests/XSLT/xslt_test_and_check.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/XSLT/test.csv b/tests/XSLT/test.csv index b5828047..c185f29c 100644 --- a/tests/XSLT/test.csv +++ b/tests/XSLT/test.csv @@ -59,7 +59,7 @@ 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 diff --git a/tests/XSLT/xslt_test_and_check.sh b/tests/XSLT/xslt_test_and_check.sh index efc42c6f..306226b6 100755 --- a/tests/XSLT/xslt_test_and_check.sh +++ b/tests/XSLT/xslt_test_and_check.sh @@ -9,5 +9,5 @@ then fi echo "TEST OUTPUT HAS CHANGED" -diff test-run.csv test.csv +diff test.csv test-run.csv exit 1