From 6661af2b4809334d7d8c1799dfd9f470144c6341 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Sun, 20 Apr 2008 16:34:59 +0200 Subject: [PATCH] Updated TEST for current Plexippus --- TEST | 12 ++---------- test.lisp | 5 ++++- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/TEST b/TEST index 3767bee..e57159a 100644 --- a/TEST +++ b/TEST @@ -11814,14 +11814,6 @@ PASS ConflictResolution__77802 [XSLT-Template] Expected output (1): MSFT_Conformance_Tests/ConflictResolution/ConflictResolution__77802.saxon Actual output: MSFT_Conformance_Tests/ConflictResolution/ConflictResolution__77802.xuriella -FAIL ConflictResolution__77833 [XSLT-Template]: condition of incorrect type: -error opening #P"...MSFT_Conformance_Tests/ConflictResolution/xslt08103.noindent-xsl": - No such file or directory - Stylesheet: MSFT_Conformance_Tests/ConflictResolution/xslt08103.noindent-xsl - Data: MSFT_Conformance_Tests/ConflictResolution/plants01.xml - Expected output (1): MSFT_Conformance_Tests/ConflictResolution/ConflictResolution__77833.saxon - Actual output: MSFT_Conformance_Tests/ConflictResolution/ConflictResolution__77833.xuriella - PASS ConflictResolution__77847 [XSLT-Template] Stylesheet: MSFT_Conformance_Tests/ConflictResolution/xslt08104.noindent-xsl Data: MSFT_Conformance_Tests/ConflictResolution/books.xml @@ -11896,7 +11888,7 @@ PASS ConflictResolution__77882 [XSLT-Template] Expected output (1): MSFT_Conformance_Tests/ConflictResolution/ConflictResolution__77882.saxon Actual output: MSFT_Conformance_Tests/ConflictResolution/ConflictResolution__77882.xuriella -FAIL ConflictResolution__77883 [XSLT-Template]: expected error not signalled: +PASS ConflictResolution__77883 [XSLT-Template]: raised an xslt-error as expected Stylesheet: MSFT_Conformance_Tests/ConflictResolution/xslt08111.noindent-xsl Data: MSFT_Conformance_Tests/ConflictResolution/books.xml Supplemental stylesheet: MSFT_Conformance_Tests/ConflictResolution/lowpribooks17.xsl @@ -19449,4 +19441,4 @@ PASS XSLTFunctions_DocumentFuncWithEmptyArg [Mixed] Expected output (1): MSFT_Conformance_Tests/XSLTFunctions/XSLTFunctions_DocumentFuncWithEmptyArg.saxon Actual output: MSFT_Conformance_Tests/XSLTFunctions/XSLTFunctions_DocumentFuncWithEmptyArg.xuriella -Passed 2852/3081 tests (3 expected failures, 226 unexpected failures). +Passed 2853/3080 tests (3 expected failures, 224 unexpected failures). diff --git a/test.lisp b/test.lisp index 5781db5..8eff326 100644 --- a/test.lisp +++ b/test.lisp @@ -339,7 +339,10 @@ "Import__91164" ;; stack exhaustion -- matching problem i think - "Keys_PerfRepro3")) + "Keys_PerfRepro3" + + ;; test stylesheet doesn't exist?! + "ConflictResolution__77833")) ;; Tests where the output isn't a match because of extraneous whitespace. ;; For these tests, we force space normalization before comparing. -- 2.11.4.GIT