All tests Xinclude Conformance Test Suite, 2006-09-27, were passed and results are availables here:
This tests are for comparison purpose. Source code is following:
Processor processor = = new Processor(false); processor.getUnderlyingConfiguration().setSchemaValidationMode(Validation.LAX); processor.getUnderlyingConfiguration().setXIncludeAware(true); DocumentBuilder documentBuilder = processor.newDocumentBuilder(); XdmNode node = documentBuilder.build(new File(urlInput.getPath())); Serializer serializer = processor.newSerializer(new StringWriter()); String output = serializer.serializeNodeToString(node);
Id Contributor Date |
Description | Result | Error message | Execution time |
---|---|---|---|---|
Redhat |
||||
imaq-include-xml-01 Daniel Veillard 8-Mar-2002 |
Simple test of including another XML document. | success | 47 ms | |
imaq-include-xml-02 Daniel Veillard 8-Mar-2002 |
Test recursive inclusion. | success | 11 ms | |
imaq-include-xml-03 Daniel Veillard 8-Mar-2002 |
Simple test of including a set of nodes from an XML document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Imaq/test/XInclude/docs/nodes.xml; lineNumber: 3; columnNumber: 77; An 'include' failed, and no 'fallback' element was found. | 59 ms | |
imaq-include-xml-04 Daniel Veillard 8-Mar-2002 |
including another XML document with IDs | success | 5 ms | |
imaq-include-xml-05 Daniel Veillard 8-Mar-2002 |
Simple test of including another text document | success | 1 ms | |
imaq-include-xml-06 Daniel Veillard 21-Aug-2002 |
Simple test of a fallback on unavailable URI. | success | 6 ms | |
imaq-pex1-01 Daniel Veillard 2006-09-27 |
Unused fallbacks must not generate errors, even if broken. | success | 9 ms | |
imaq-pex1-02 Henry S. Thompson 2006-09-27 |
Broken fallback must generate errors, if they're needed. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Imaq/test/XInclude/docs/pex1a.xml; lineNumber: 6; columnNumber: 25; A 'fallback' element was found that did not have 'include' as the parent. | 20 ms |
imaq-pex6-03 Daniel Veillard 2006-09-27 |
A BOM in UTF16 is not added to the resulting document. | success | 16 ms | |
imaq-pex6-04 Daniel Veillard 2006-09-27 |
A BOM in UTF16LE is added to the resulting document. | Expected text value '<t>0123456789</t>' but was '<t>0123456789</t>' - comparing <x ...><t>0123456789</t></x> at /x[1]/text()[1] to <x ...><t>0123456789</t></x> at /x[1]/text()[1] (DIFFERENT) | 1 ms | |
imaq-pex11-05 Daniel Veillard 2006-09-27 |
'accept' attributes with characters outside the range #x20 through #x7E must be flagged as fatal errors. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Imaq/test/XInclude/docs/pex11.xml; lineNumber: 4; columnNumber: 37; Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept' attribute of an 'include' element. | 12 ms |
FourThought |
||||
FourThought-include-01 John Evdemon 18-September-2002 |
Simple test of including another XML document. | success | 4 ms | |
FourThought-include-02 John Evdemon 18-September-2002 |
Test recursive inclusion. | success | 3 ms | |
FourThought-include-03 John Evdemon 18-September-2002 |
Simple test of including another text document. | success | 1 ms | |
FourThought-include-04 John Evdemon 18-September-2002 |
Simple test of including a set of nodes from an XML document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include4.xml; lineNumber: 2; columnNumber: 71; An 'include' failed, and no 'fallback' element was found. | 17 ms | |
FourThought-include-05 John Evdemon 18-September-2002 |
Simple test of including a set of nodes from an XML document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include5.xml; lineNumber: 2; columnNumber: 71; An 'include' failed, and no 'fallback' element was found. | 7 ms | |
FourThought-include-06 John Evdemon 18-September-2002 |
Simple test of including a set of nodes from an XML document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include6.xml; lineNumber: 2; columnNumber: 65; An 'include' failed, and no 'fallback' element was found. | 6 ms | |
FourThought-include-07 John Evdemon 18-September-2002 |
Simple test of including a set of nodes from an XML document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include7.xml; lineNumber: 2; columnNumber: 76; An 'include' failed, and no 'fallback' element was found. | 6 ms | |
NIST |
||||
Nist-include-01 Sandra I. Martinez 18-September-2002 |
Test the inclusion of another XML document. | success | 3 ms | |
Nist-include-02 Sandra I. Martinez September-2002 |
Test that the encoding attribute in the Xinclude element has no effect when parse="xml". | success | 2 ms | |
Nist-include-03 Sandra I. Martinez September, 2002 |
Test that values other than xml or text, in the parse attribute of the XInclude element, result in fatal errors. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-03.xml; lineNumber: 3; columnNumber: 66; Invalid value for 'parse' attribute on 'include' element: 'xtext'. | 1 ms |
Nist-include-04 Sandra I. Martinez September, 2002 |
Test of fallback element appearing as a child of an xinclude element. | success | 2 ms | |
Nist-include-05 Sandra I. Martinez Septembe, 2002 |
Test a fallback element not appearing as a direct child of an xinclude element. A fatal error should be generated. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-05.xml; lineNumber: 6; columnNumber: 23; A 'fallback' element was found that did not have 'include' as the parent. | 2 ms |
Nist-include-06 Sandra I. Martinez September, 2002 |
Test a fallback when a resource error occurs. | success | 8 ms | |
Nist-include-07 Sandra I. Martinez September, 2002 |
Test an empty fallback element. The xinclude element is removed from the results. | success | 11 ms | |
Nist-include-08 Sandra I. Martinez September, 2002 |
Test of a fallback element missing from the include element. A resource error results in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-08.xml; lineNumber: 5; columnNumber: 60; An 'include' failed, and no 'fallback' element was found. | 4 ms |
Nist-include-09 Sandra I. Martinez September, 2002 |
Test unqualified attributes in the include element. They must be ignored. | success | 11 ms | |
Nist-include-10 Sandra I. Martinez September, 2002 |
Test content other than the fallback, in the xinclude element. This content must be ignored. | success | 2 ms | |
Nist-include-11 Sandra I. Martinez September, 2002 |
Test a resource containing non-well-formed XML. The inclusion results in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-11.xml; lineNumber: 3; columnNumber: 55; Error attempting to parse XML file (href='../ents/nwfsomething.xml'). | 11 ms |
Nist-include-12 Sandra I. Martinez September, 2002 |
Test that is a fatal error for an include element to contain more than one fallback elements. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-12.xml; lineNumber: 11; columnNumber: 21; The [children] of an 'include' element cannot contain more than one 'fallback' element. | 3 ms |
Nist-include-13 Sandra I. Martinez September, 2002 |
Test a fallback element containing markup when parse="text". | success | 12 ms | |
Nist-include-14 Sandra I. Martinez September, 2002 |
Test a fallback element containing markup when parse="text". | success | 3 ms | |
Nist-include-15 Sandra I. Martinez September, 2002 |
It is illegal for an include element to point to itself, when parse="xml". | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-15.xml; lineNumber: 2; columnNumber: 56; Error attempting to parse XML file (href='nist-include-15.xml'). | 11 ms |
Nist-include-16 Sandra I. Martinez September, 2002 |
Test a document type declaration information item child in the resource information set. the DTD should be excluded for inclusion in the source infoset. | success | 2 ms | |
Nist-include-17 Sandra I. Martinez September, 2002 |
Test intra-document reference within include elements. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-17.xml; lineNumber: 4; columnNumber: 54; An 'include' failed, and no 'fallback' element was found. | 12 ms | |
Nist-include-18 Sandra I. Martinez September, 2002 |
Simple test of including a set of nodes from an XML document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-18.xml; lineNumber: 3; columnNumber: 79; An 'include' failed, and no 'fallback' element was found. | 14 ms | |
Nist-include-19 Sandra I. Martinez September, 2002 |
Test the inclusion of a set of nodes from an XML document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-19.xml; lineNumber: 3; columnNumber: 87; An 'include' failed, and no 'fallback' element was found. | 22 ms | |
Nist-include-20 Sandra I. Martinez September, 2002 |
Test an include location identifying a document information item with an xpointer locating the document root. In this case the set of top level include items is the children of acquired infoset's document information item, except for the document type information item. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-20.xml; lineNumber: 7; columnNumber: 75; An 'include' failed, and no 'fallback' element was found. | 8 ms | |
Nist-include-21 Sandra I. Martinez January, 2003 |
Including an XML document with an unparsed entity. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-21.xml; lineNumber: 11; columnNumber: 63; Error attempting to parse XML file (href='../ents/unparent.xml'). | 14 ms | |
Nist-include-22 Sandra I. Martinez January, 2003 |
Testing when the document (top level) element in the source infoset is an include element. | success | 2 ms | |
Nist-include-23 Sandra I. Martinez January, 2003 |
Testing an include element in the document (top-level) element in the source doc. Test should fail because is including more than one element. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-23.xml; lineNumber: 3; columnNumber: 126; An 'include' failed, and no 'fallback' element was found. | 30 ms |
Nist-include-24 Sandra I. Martinez January, 2003 |
Testing an include element in the document (top-level) element in the source doc. Test should fail because is including only a processing instruction. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-24.xml; lineNumber: 3; columnNumber: 146; An 'include' failed, and no 'fallback' element was found. | 4 ms |
Nist-include-25 Sandra I. Martinez January, 2003 |
Testing an include element in the document (top-level) element in the source doc. Test should fail because is including only a comment. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-25.xml; lineNumber: 3; columnNumber: 131; An 'include' failed, and no 'fallback' element was found. | 4 ms |
Nist-include-26 Sandra I. Martinez January, 2003 |
Test relative URI references in the included infoset. | success | 6 ms | |
Nist-include-27 Sandra I. Martinez January, 2003 |
Test that the encoding attribute when parse="xml" does not translate the incoming document. | success | 9 ms | |
Nist-include-28 Sandra I. Martinez January, 2003 |
including another XML document with IDs, using a shorthand pointer. | success | 4 ms | |
Nist-include-29 Sandra I. Martinez January, 2003 |
including another XML document with IDs, using a shorthand pointer. | success | 2 ms | |
Nist-include-30 Sandra I. Martinez January, 2003 |
Including another XML document with IDs, using a shorthand pointer. | success | 2 ms | |
Nist-include-31 Sandra I. Martinez January, 2003 |
Including an XML document using an XPointer element scheme. | success | 8 ms | |
Nist-include-32 Sandra I. Martinez January, 2003 |
Including an XML document using an XPointer element scheme. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-32.xml; lineNumber: 7; columnNumber: 62; An 'include' failed, and no 'fallback' element was found. | 2 ms |
Nist-include-33 Sandra I. Martinez January, 2003 |
Including an XML document using an XPointer element scheme. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-33.xml; lineNumber: 6; columnNumber: 63; An 'include' failed, and no 'fallback' element was found. | 4 ms |
Nist-include-34 Sandra I. Martinez January, 2003 |
Including another XML document with ids using XPointer element scheme. | success | 9 ms | |
Nist-include-35 Sandra I. Martinez January, 2003 |
Including an XML document using an XPointer element scheme. | success | 2 ms | |
Nist-include-36 Sandra I. Martinez January, 2003 |
Including an XML document using an XPointer element scheme. | success | 3 ms | |
Nist-include-37 Sandra I. Martinez January, 2003 |
Including another XML document using XPointer Framework scheme-base pointer. If the processor does not support the scheme used in a pointer part, it skip that pointer part. | success | 2 ms | |
Nist-include-38 Sandra I. Martinez January, 2003 |
Including another XML document using XPointer Framework. If the processor does not support the scheme used in a pointer part, it skip that pointer part. | success | 2 ms | |
nist-include-39 Sandra I. Martinez January, 2003 |
Testing the content of the xinclude element. The comment should be ignored . | success | 1 ms | |
nist-include-40 Sandra I. Martinez January, 2003 |
Testing the content of the xinclude element. The element should be ignored . | success | 1 ms | |
nist-include-41 Sandra I. Martinez January, 2003 |
Testing the content of the xinclude element. This test should result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-41.xml; lineNumber: 7; columnNumber: 45; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. | 13 ms |
Nist-include-42 Sandra I. Martinez January, 2003 |
Testing the content of the xinclude element. The xinclude element may contain a fallback element; other elements from the xinclude namespace result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-42.xml; lineNumber: 6; columnNumber: 45; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. | 17 ms |
Nist-include-43 Sandra I. Martinez January, 2003 |
Testing the content of the xinclude element. The content must be one fallback. This test should result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-43.xml; lineNumber: 7; columnNumber: 16; The [children] of an 'include' element cannot contain more than one 'fallback' element. | 12 ms |
Nist-include-44 Sandra I. Martinez January, 2003 |
Test a resource that contains not-well-formed XML. This test should result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-44.xml; lineNumber: 6; columnNumber: 65; Error attempting to parse XML file (href='../ents/nwf1.xml'). | 12 ms |
Nist-include-45 Sandra I. Martinez January, 2003 |
Test a resource that contains not-well-formed XML. This test should result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-45.xml; lineNumber: 5; columnNumber: 39; Error attempting to parse XML file (href='../ents/nwf2.xml'). | 3 ms |
Nist-include-46 Sandra I. Martinez January, 2003 |
Testing the content of the xinclude element. The xinclude element may contain a fallback element; other elements from the xinclude namespace result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-46.xml; lineNumber: 7; columnNumber: 44; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. | 9 ms |
Nist-include-47 Sandra I. Martinez January, 2003 |
Testing the content of the xinclude element. The xinclude element may contain a fallback element; other elements from the xinclude namespace result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-47.xml; lineNumber: 6; columnNumber: 45; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. | 9 ms |
Nist-include-48 Sandra I. Martinez January, 2003 |
It is a fatal error to resolve an xpointer scheme on a document that contains unexpanded entity reference information items. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-48.xml; lineNumber: 8; columnNumber: 88; An 'include' failed, and no 'fallback' element was found. | 6 ms |
Nist-include-49 Sandra I. Martinez January, 2003 |
The unexpanded entity reference information items, if present in the source infoset, will appear in the result infoset. | Expected child 'e' but was 'null' - comparing <!--NodeType 5 e/null--> at /x[1]/doc[1]/ to <NULL> (DIFFERENT) | 2 ms | |
Nist-include-50 Sandra I. Martinez January, 2003 |
Test an include location identifying the document information item without an Xpointer, The set of top-level included items should be the children of the acquired inforset's document information item, except for the document type declaration information item. | success | 1 ms | |
Nist-include-51 Sandra I. Martinez January, 2003 |
Test an include location having an XPointer identifying a comment. The set of top-level included items should consist of the information item corresponding to the comment node in the acquired infoset. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-51.xml; lineNumber: 5; columnNumber: 84; An 'include' failed, and no 'fallback' element was found. | 6 ms | |
Nist-include-52 Sandra I. Martinez January, 2003 |
Test an include location having an XPointer identifying a processing instruction. The set of top-level included items should consist of the information item corresponding to the processing instruction node in the acquired infoset. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-52.xml; lineNumber: 5; columnNumber: 99; An 'include' failed, and no 'fallback' element was found. | 3 ms | |
Nist-include-53 Sandra I. Martinez January, 2003 |
Test that an include location identifying an attribute node will result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-53.xml; lineNumber: 4; columnNumber: 74; An 'include' failed, and no 'fallback' element was found. | 7 ms |
Nist-include-54 Sandra I. Martinez January, 2003 |
Test that an include location identifying an attribute node will result in a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-54.xml; lineNumber: 4; columnNumber: 87; An 'include' failed, and no 'fallback' element was found. | 5 ms |
Nist-include-55 Sandra I. Martinez January, 2003 |
Including a duplicate unparsed entity. Test should ignore duplicate unparsed entity. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-55.xml; lineNumber: 17; columnNumber: 64; Error attempting to parse XML file (href='../ents/unparent.xml'). | 8 ms | |
Nist-include-56 Sandra I. Martinez January, 2003 |
Including an unparsed entity with same name, but different sysid. Test should fail. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-56.xml; lineNumber: 18; columnNumber: 64; Error attempting to parse XML file (href='../ents/unparent.xml'). | 5 ms |
LTG, Edinburgh Univ |
||||
eduni-1 Richard Tobin 30-Jun-2004 |
Simple whole-file inclusion. | success | 8 ms | |
eduni-2 Richard Tobin 30-Jun-2004 |
Verify that xi:include elements in the target have been processed in the acquired infoset, ie before the xpointer is applied. | success | 6 ms | |
eduni-3 Richard Tobin 1-Sep-2004 |
Check xml:lang fixup | success | 18 ms | |
Elliotte Rusty Harold |
||||
harold-01 Elliotte Rusty Harold 31-Aug-2004 |
xml:base attribute is used to resolve relative URLs in href attributes | success | 1 ms | |
harold-02 Elliotte Rusty Harold 31-Aug-2004 |
Use XPointer to include an include element in another document, and make sure that's fully resolved too | success | 2 ms | |
harold-03 Elliotte Rusty Harold 31-Aug-2004 |
xml:base attribute on the xi:include element is used to resolve relative URL in href | success | 1 ms | |
harold-04 Elliotte Rusty Harold 31-Aug-2004 |
xml:base attribute from an unincluded element still applies to its included descendants | success | 1 ms | |
harold-05 Elliotte Rusty Harold 31-Aug-2004 |
An include element includes its following sibling element, which has a child include element including the sibling element after that one. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/marshtest.xml; lineNumber: 5; columnNumber: 29; An 'include' failed, and no 'fallback' element was found. | 1 ms | |
harold-06 Elliotte Rusty Harold 31-Aug-2004 |
Include a document that uses XPointers to reference various parts of itself | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/includedocumentwithintradocumentreferences.xml; lineNumber: 3; columnNumber: 37; Error attempting to parse XML file (href='marshtest.xml'). | 13 ms | |
harold-07 Elliotte Rusty Harold 31-Aug-2004 |
xml:lang attribute from including document does not override xml:lang attribute in included document | success | 2 ms | |
harold-08 Elliotte Rusty Harold 31-Aug-2004 |
xml:lang attribute is added to retain the included element's language, even though the language was originaly declared on an unincluded element | success | 2 ms | |
harold-09 Elliotte Rusty Harold 31-Aug-2004 |
xml:lang='' is added when the included document does not declare a language and the including element does | success | 2 ms | |
harold-10 Elliotte Rusty Harold 31-Aug-2004 |
Test that the xml:base attribute is not used to resolve a missing href. According to RFC 2396 empty string URI always refers to the current document irrespective of base URI. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/marshtestwithxmlbase.xml; lineNumber: 5; columnNumber: 29; An 'include' failed, and no 'fallback' element was found. | 3 ms | |
harold-11 Elliotte Rusty Harold 31-Aug-2004 |
There's no difference between href="" and no href attribute. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/marshtestwithxmlbaseandemptyhref.xml; lineNumber: 5; columnNumber: 37; An 'include' failed, and no 'fallback' element was found. | 1 ms | |
harold-12 Elliotte Rusty Harold 31-Aug-2004 |
Make sure base URIs are preserved when including from the same document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/includefromsamedocumentwithbase.xml; lineNumber: 4; columnNumber: 84; An 'include' failed, and no 'fallback' element was found. | 5 ms | |
harold-13 Elliotte Rusty Harold 31-Aug-2004 |
Syntactically incorrect IRI is a fatal error (Eitehr I'm missing something or the spec needs to state this prinicple more clearly.) | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badiri.xml; lineNumber: 2; columnNumber: 52; 'href' attribute value 'http://www.example.com/a%5.html' is syntactically invalid. After applying escaping rules the value is neither a syntactically correct URI or IRI. | 4 ms |
harold-14 Elliotte Rusty Harold 31-Aug-2004 |
Syntactically incorrect IRI with an unrecognized scheme is a fatal error | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badiri2.xml; lineNumber: 2; columnNumber: 54; 'href' attribute value 'scheme://www.example.com/a%5.html' is syntactically invalid. After applying escaping rules the value is neither a syntactically correct URI or IRI. | 3 ms |
harold-15 Elliotte Rusty Harold 31-Aug-2004 |
Syntactically correct IRI with an unrecognized scheme is a resource error | success | 2 ms | |
harold-16 Elliotte Rusty Harold 31-Aug-2004 |
accept attribute contains carriage-return/linefeed pair | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badaccept1.xml; lineNumber: 3; columnNumber: 89; Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept' attribute of an 'include' element. | 1 ms |
harold-17 Elliotte Rusty Harold 31-Aug-2004 |
accept attribute contains Latin-1 character (non-breaking space) | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badaccept2.xml; lineNumber: 3; columnNumber: 84; Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept' attribute of an 'include' element. | 8 ms |
harold-18 Elliotte Rusty Harold 31-Aug-2004 |
Unprefixed, unrecognized attributes on an include element are ignored | success | 2 ms | |
harold-19 Elliotte Rusty Harold 31-Aug-2004 |
Fallback elements can be empty | success | 1 ms | |
harold-20 Elliotte Rusty Harold 31-Aug-2004 |
Included documents can themselves use fallbacks | success | 2 ms | |
harold-21 Elliotte Rusty Harold 31-Aug-2004 |
An included document can use a fallback that points into the included document | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest6.xml; lineNumber: 2; columnNumber: 119; Error attempting to parse XML file (href='fallbackinternalxpointer.xml'). | 3 ms | |
harold-22 Elliotte Rusty Harold 31-Aug-2004 |
An included document can use a fallback that includes another document as text | success | 10 ms | |
harold-23 Elliotte Rusty Harold 31-Aug-2004 |
A fallback element in an included document contains an include element with a parse attribute with an illegal value. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest3.xml; lineNumber: 2; columnNumber: 120; Error attempting to parse XML file (href='fallbackbadparseattribute.xml'). | 7 ms |
harold-24 Elliotte Rusty Harold 31-Aug-2004 |
A fallback element in an included document contains an include element with neither an xpointer nor an href attribute. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest4.xml; lineNumber: 2; columnNumber: 116; Error attempting to parse XML file (href='fallbacknohreforparse.xml'). | 8 ms |
harold-25 Elliotte Rusty Harold 31-Aug-2004 |
A fallback element in an included document contains an include element whose href attribute has a fragment ID. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktestwithfragmentid.xml; lineNumber: 2; columnNumber: 96; Fragment identifiers must not be used. The 'href' attribute value 'fallbacktest.xml#element(/1/1)' is not permitted. | 1 ms |
harold-26 Elliotte Rusty Harold 31-Aug-2004 |
The XPointer does not select anything in the acquired infoset, but does select something in the source infoset. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest5.xml; lineNumber: 2; columnNumber: 137; An 'include' failed, and no 'fallback' element was found. | 3 ms |
harold-27 Elliotte Rusty Harold 31-Aug-2004 |
A fallback in an included document contains some text and a comment, but no elements. | success | 5 ms | |
harold-28 Elliotte Rusty Harold 31-Aug-2004 |
Include element points to another include element, which has a missing resource and therefore activates a fallback. | success | 2 ms | |
harold-29 Elliotte Rusty Harold 31-Aug-2004 |
An include element can include another include element that then uses a fallback. | success | 2 ms | |
harold-30 Elliotte Rusty Harold 31-Aug-2004 |
An include element can include another include element that then fails to find a resource, which is a fatal error if there's no fallback. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metamissingfallbacktestwithxpointer.xml; lineNumber: 2; columnNumber: 109; Error attempting to parse XML file (href='nofallbacktest.xml'). | 7 ms |
harold-31 Elliotte Rusty Harold 31-Aug-2004 |
An include element can include another include element that then fails to find a resource, but it has a fallback, which itself has an include child, which then throws a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbackwithbadxpointertest.xml; lineNumber: 2; columnNumber: 114; Error attempting to parse XML file (href='fallbackbadxpointer.xml'). | 7 ms |
harold-32 Elliotte Rusty Harold 31-Aug-2004 |
Basic test from XInclude spec | success | 2 ms | |
harold-33 Elliotte Rusty Harold 31-Aug-2004 |
An include element points to a document that includes it, using an xpointer to select part of that document. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/legalcircle.xml; lineNumber: 4; columnNumber: 38; Error attempting to parse XML file (href='circleback.xml'). | 11 ms |
harold-34 Elliotte Rusty Harold 31-Aug-2004 |
An include element points to another include element in the same document. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/recursewithinsamedocument.xml; lineNumber: 5; columnNumber: 85; An 'include' failed, and no 'fallback' element was found. | 3 ms | |
harold-35 Elliotte Rusty Harold 31-Aug-2004 |
Include elements can be siblings | success | 2 ms | |
harold-36 Elliotte Rusty Harold 31-Aug-2004 |
Namespaces (and lack thereof) must be preserved in included documents | success | 2 ms | |
harold-37 Elliotte Rusty Harold 31-Aug-2004 |
Detect an inclusion loop when an include element refers to itself | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/internalcircular.xml; lineNumber: 5; columnNumber: 84; An 'include' failed, and no 'fallback' element was found. | 3 ms |
harold-38 Elliotte Rusty Harold 31-Aug-2004 |
Detect an inclusion loop when an include element refers to its ancestor element in the same document | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/internalcircularviaancestor.xml; lineNumber: 5; columnNumber: 82; An 'include' failed, and no 'fallback' element was found. | 2 ms |
harold-39 Elliotte Rusty Harold 31-Aug-2004 |
Processing a document that contains no include elements produces the same document. | While evaluating expression: java.lang.RuntimeException: Failed to parse resultant XML document at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:78) at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83) at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.CommandCall.verify (CommandCall.java:76) at org.concordion.api.CommandCallList.verify (CommandCallList.java:27) at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78) at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33) at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60) at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69) at org.concordion.Concordion.processExample (Concordion.java:92) at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41) at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207) at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31) at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58) at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23) at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268) at org.junit.runners.ParentRunner.run (ParentRunner.java:363) at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150) at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418) org.concordion.internal.ParsingException: Failed to parse XML at org.concordion.internal.XMLParser.parse (XMLParser.java:34) at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76) at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83) at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.CommandCall.verify (CommandCall.java:76) at org.concordion.api.CommandCallList.verify (CommandCallList.java:27) at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78) at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33) at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60) at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69) at org.concordion.Concordion.processExample (Concordion.java:92) at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41) at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207) at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31) at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58) at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23) at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268) at org.junit.runners.ParentRunner.run (ParentRunner.java:363) at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150) at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418) org.concordion.internal.ParsingException: Failed to parse XML document at org.concordion.internal.XMLParser.parse (XMLParser.java:25) at org.concordion.internal.XMLParser.parse (XMLParser.java:14) at org.concordion.internal.XMLParser.parse (XMLParser.java:32) at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76) at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83) at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.CommandCall.verify (CommandCall.java:76) at org.concordion.api.CommandCallList.verify (CommandCallList.java:27) at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78) at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33) at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60) at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69) at org.concordion.Concordion.processExample (Concordion.java:92) at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41) at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207) at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31) at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58) at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23) at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268) at org.junit.runners.ParentRunner.run (ParentRunner.java:363) at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150) at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418) nu.xom.ParsingException: The entity "iexcl" was referenced, but not declared. at nu.xom.Builder.build (Unknown Source) at nu.xom.Builder.build (Unknown Source) at org.concordion.internal.XMLParser.parse (XMLParser.java:21) at org.concordion.internal.XMLParser.parse (XMLParser.java:14) at org.concordion.internal.XMLParser.parse (XMLParser.java:32) at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76) at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83) at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.CommandCall.verify (CommandCall.java:76) at org.concordion.api.CommandCallList.verify (CommandCallList.java:27) at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78) at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33) at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60) at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69) at org.concordion.Concordion.processExample (Concordion.java:92) at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41) at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207) at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31) at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58) at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23) at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268) at org.junit.runners.ParentRunner.run (ParentRunner.java:363) at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150) at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418) org.xml.sax.SAXParseException: The entity "iexcl" was referenced, but not declared. at org.apache.xerces.parsers.AbstractSAXParser.parse (Unknown Source) at nu.xom.Builder.build (Unknown Source) at nu.xom.Builder.build (Unknown Source) at org.concordion.internal.XMLParser.parse (XMLParser.java:21) at org.concordion.internal.XMLParser.parse (XMLParser.java:14) at org.concordion.internal.XMLParser.parse (XMLParser.java:32) at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76) at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83) at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31) at org.concordion.api.CommandCall.verify (CommandCall.java:76) at org.concordion.api.CommandCallList.verify (CommandCallList.java:27) at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78) at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25) at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38) at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33) at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36) at org.concordion.api.CommandCall.execute (CommandCall.java:72) at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60) at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69) at org.concordion.Concordion.processExample (Concordion.java:92) at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41) at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207) at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31) at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58) at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191) at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23) at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268) at org.junit.runners.ParentRunner.run (ParentRunner.java:363) at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150) at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418) |
1 ms | |
harold-40 Elliotte Rusty Harold 31-Aug-2004 |
Basic inclusion | success | 3 ms | |
harold-41 Elliotte Rusty Harold 31-Aug-2004 |
The root element of a document can be an include element. | success | 3 ms | |
harold-42 Elliotte Rusty Harold 31-Aug-2004 |
The root element of a document can be an include element. In this test the included document has a prolog and an epilog and the root element is replaced | success | 3 ms | |
harold-43 Elliotte Rusty Harold 31-Aug-2004 |
testIncludeElementsCannotHaveIncludeChildren | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/nestedxinclude.xml; lineNumber: 7; columnNumber: 32; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. | 5 ms |
harold-44 Elliotte Rusty Harold 31-Aug-2004 |
Include elements cannot have children from the xinclude namespace except for fallback. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/nestedxincludenamespace.xml; lineNumber: 8; columnNumber: 34; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'xi:nonesuch' was found. | 6 ms |
harold-45 Elliotte Rusty Harold 31-Aug-2004 |
Fallback can only be a child of xinclude element | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/nakedfallback.xml; lineNumber: 4; columnNumber: 16; A 'fallback' element was found that did not have 'include' as the parent. | 3 ms |
harold-46 Elliotte Rusty Harold 31-Aug-2004 |
A fallback element cannot have a fallback child element. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/fallbackcontainsfallback.xml; lineNumber: 6; columnNumber: 20; A 'fallback' element was found that did not have 'include' as the parent. | 4 ms |
harold-47 Elliotte Rusty Harold 31-Aug-2004 |
"The appearance of more than one xi:fallback element, an xi:include element, or any other element from the XInclude namespace is a fatal error." In this test the fallback is activated. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/multiplefallbacks.xml; lineNumber: 6; columnNumber: 18; The [children] of an 'include' element cannot contain more than one 'fallback' element. | 5 ms |
harold-48 Elliotte Rusty Harold 31-Aug-2004 |
"The appearance of more than one xi:fallback element, an xi:include element, or any other element from the XInclude namespace is a fatal error." In this test the fallback is not activated. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/multiplefallbacks2.xml; lineNumber: 8; columnNumber: 18; The [children] of an 'include' element cannot contain more than one 'fallback' element. | 4 ms |
harold-49 Elliotte Rusty Harold 31-Aug-2004 |
A document cannot include itself | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/circle1.xml; lineNumber: 3; columnNumber: 90; Error attempting to parse XML file (href='circle1.xml'). | 3 ms |
harold-50 Elliotte Rusty Harold 31-Aug-2004 |
Document A includes document B which includes document A | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/circle2a.xml; lineNumber: 5; columnNumber: 91; Error attempting to parse XML file (href='circle2b.xml'). | 17 ms |
harold-51 Elliotte Rusty Harold 31-Aug-2004 |
Include element is missing an href and xpointer attribute | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/missinghref.xml; lineNumber: 5; columnNumber: 71; xpointer attribute must be present when href attribute is absent. | 3 ms |
harold-52 Elliotte Rusty Harold 31-Aug-2004 |
parse attribute must have value xml or text | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badparseattribute.xml; lineNumber: 5; columnNumber: 94; Invalid value for 'parse' attribute on 'include' element: 'nonesuch'. | 4 ms |
harold-53 Elliotte Rusty Harold 31-Aug-2004 |
Missing resource is fatal when there's no fallback | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/missingfile.xml; lineNumber: 5; columnNumber: 78; An 'include' failed, and no 'fallback' element was found. | 4 ms |
harold-54 Elliotte Rusty Harold 31-Aug-2004 |
Missing resource is non-fatal when there's a fallback | success | 2 ms | |
harold-55 Elliotte Rusty Harold 31-Aug-2004 |
Fallback elements can themselves contain include elements | success | 4 ms | |
harold-56 Elliotte Rusty Harold 31-Aug-2004 |
encoding="UTF-16" | success | 1 ms | |
harold-57 Elliotte Rusty Harold 31-Aug-2004 |
A shorthand XPointer | success | 2 ms | |
harold-58 Elliotte Rusty Harold 31-Aug-2004 |
XPointer that selects nothing is a resource error, and fatal because there's no fallback. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xptridtest2.xml; lineNumber: 6; columnNumber: 101; An 'include' failed, and no 'fallback' element was found. | 4 ms |
harold-59 Elliotte Rusty Harold 31-Aug-2004 |
XPointers of the forms described in [XPointer Framework] and [XPointer element() scheme] must be supported. | success | 2 ms | |
harold-60 Elliotte Rusty Harold 31-Aug-2004 |
Unrecognized colonized XPointer schemes are skipped, and the following scheme is used. | success | 1 ms | |
harold-61 Elliotte Rusty Harold 31-Aug-2004 |
Even if the first XPointer part locates a resource, a syntax error in the second XPointer part is still a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/laterfailure.xml; lineNumber: 6; columnNumber: 118; An 'include' failed, and no 'fallback' element was found. | 1 ms |
harold-62 Elliotte Rusty Harold 31-Aug-2004 |
Even if the first XPointer part locates a resource, a syntax error in the second XPointer part is still a fatal error. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/laterfailure2.xml; lineNumber: 8; columnNumber: 118; An 'include' failed, and no 'fallback' element was found. | 4 ms |
harold-63 Elliotte Rusty Harold 31-Aug-2004 |
You can include another element from the same document without an href attribute. | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/onlyxpointer.xml; lineNumber: 4; columnNumber: 85; An 'include' failed, and no 'fallback' element was found. | 4 ms | |
harold-64 Elliotte Rusty Harold 31-Aug-2004 |
Test with 3 element schemes in the XPointer. The first and second one point to nothing. The third one selects something. XPointer parts are evaluated from left to right until one finds something. | success | 2 ms | |
harold-65 Elliotte Rusty Harold 31-Aug-2004 |
Test with 2 element schemes in the XPointer. The first one uses an ID that doesn't exist and points to nothing. The second one selects something. | success | 1 ms | |
harold-66 Elliotte Rusty Harold 31-Aug-2004 |
Make sure XPointer syntax errors are treated as a resource error, not a fatal error; and thus fallbacks are applied | success | 2 ms | |
harold-67 Elliotte Rusty Harold 31-Aug-2004 |
Make sure XPointer syntax errors are treated as a resource error, not a fatal error; and thus fallbacks are applied | success | 1 ms | |
harold-68 Elliotte Rusty Harold 31-Aug-2004 |
Test with 3 element schemes in the XPointer, separated by white space. The first one points to nothing. The third one selects something. | success | 2 ms | |
harold-69 Elliotte Rusty Harold 31-Aug-2004 |
An XPointer that doesn't point to anything is a resource error; and fatal because there's no fallback | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xptrtumblertest2.xml; lineNumber: 6; columnNumber: 106; An 'include' failed, and no 'fallback' element was found. | 5 ms |
harold-70 Elliotte Rusty Harold 31-Aug-2004 |
Syntax error in an XPointer is a resource error; and fatal because there's no fallback | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr.xml; lineNumber: 5; columnNumber: 97; An 'include' failed, and no 'fallback' element was found. | 3 ms |
harold-71 Elliotte Rusty Harold 31-Aug-2004 |
Syntax error in an XPointer is a resource error; and fatal because there's no fallback | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr2.xml; lineNumber: 6; columnNumber: 136; Fragment identifiers must not be used. The 'href' attribute value 'docwithid.xml#element(rose%20red/1/1)' is not permitted. | 2 ms |
harold-72 Elliotte Rusty Harold 31-Aug-2004 |
Unrecognized XPointer scheme activates fallback | success | 2 ms | |
harold-73 Elliotte Rusty Harold 31-Aug-2004 |
XPointer uses an element scheme where the first part is an ID | success | 1 ms | |
harold-74 Elliotte Rusty Harold 31-Aug-2004 |
Can autodetect UTF16 big endian files with a with a byte order mark when parse="text" | success | 1 ms | |
harold-75 Elliotte Rusty Harold 31-Aug-2004 |
Can autodetect UTF16 little endian files with a with a byte order mark when parse="text" | success | 1 ms | |
harold-76 Elliotte Rusty Harold 31-Aug-2004 |
Can autodetect UTF-8 files with a with a byte order mark when parse="text" | success | 1 ms | |
harold-77 Elliotte Rusty Harold 31-Aug-2004 |
Can autodetect UCS2 big endian files with a without a byte order mark when parse="text" | success | 1 ms | |
harold-78 Elliotte Rusty Harold 31-Aug-2004 |
Can autodetect UCS2 little endian files with a without a byte order mark when parse="text" | success | 1 ms | |
harold-79 Elliotte Rusty Harold 31-Aug-2004 |
Can autodetect EBCDIC files with a without a byte order mark when parse="text" | success | 1 ms | |
harold-80 Elliotte Rusty Harold 31-Aug-2004 |
Syntax error in an XPointer is a resource error; and fatal becaue there's no fallback | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr3.xml; lineNumber: 5; columnNumber: 109; An 'include' failed, and no 'fallback' element was found. | 1 ms |
harold-81 Elliotte Rusty Harold 31-Aug-2004 |
Syntax error in an XPointer is a resource error; and fatal becaue there's no fallback | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr4.xml; lineNumber: 5; columnNumber: 109; An 'include' failed, and no 'fallback' element was found. | 3 ms |
harold-82 Elliotte Rusty Harold 31-Aug-2004 |
Circular references via xpointer are fatal | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/circlepointer1.xml; lineNumber: 3; columnNumber: 85; Error attempting to parse XML file (href='circlepointer2.xml'). | 14 ms |
harold-83 Elliotte Rusty Harold 31-Aug-2004 |
href attribute with fragment ID is a fatal error even when there's an xpointer attribute | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xpointeroverridesfragmentid.xml; lineNumber: 4; columnNumber: 72; Fragment identifiers must not be used. The 'href' attribute value 'test3.xml#element(/1/1)' is not permitted. | 3 ms |
harold-84 Elliotte Rusty Harold 31-Aug-2004 |
href attribute with fragment ID is a fatal error | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/ignoresfragmentid.xml; lineNumber: 4; columnNumber: 47; Fragment identifiers must not be used. The 'href' attribute value 'test3.xml#element(/1/1)' is not permitted. | 19 ms |
harold-85 Elliotte Rusty Harold 31-Aug-2004 |
Line breaks must be preserved verbatim when including a document with parse="text" | success | 1 ms | |
harold-86 Elliotte Rusty Harold 31-Aug-2004 |
A fragment identifier is semantically bad; but still meets the syntax of fragment IDs from RFC 2396. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/meaninglessfragmentid.xml; lineNumber: 4; columnNumber: 52; Fragment identifiers must not be used. The 'href' attribute value 'test3.xml#nonesuch(/1/name*)' is not permitted. | 4 ms |
harold-87 Elliotte Rusty Harold 31-Aug-2004 |
accept-language="fr" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation | success | 39 ms | |
harold-88 Elliotte Rusty Harold 31-Aug-2004 |
accept-language="en" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation | success | 43 ms | |
harold-89 Elliotte Rusty Harold 31-Aug-2004 |
accept="text/plain" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation | success | 40 ms | |
harold-90 Elliotte Rusty Harold 31-Aug-2004 |
accept="text/html" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation | success | 44 ms | |
harold-91 Elliotte Rusty Harold 31-Aug-2004 |
Unrecognized scheme in XPointer is a fatal error if there's no fallback | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/unrecognizedscheme.xml; lineNumber: 4; columnNumber: 67; An 'include' failed, and no 'fallback' element was found. | 4 ms |
harold-92 Elliotte Rusty Harold 31-Aug-2004 |
Unrecognized scheme in XPointer is a resource error so fallbacks apply | success | 2 ms | |
harold-93 Elliotte Rusty Harold 31-Aug-2004 |
Basic inclusions as XML and text | success | 2 ms | |
harold-94 Elliotte Rusty Harold 31-Aug-2004 |
Included document has an include element with neither href nor xpointer attribute | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/toplevel.xml; lineNumber: 3; columnNumber: 35; Error attempting to parse XML file (href='onedown.xml'). | 6 ms |
harold-95 Elliotte Rusty Harold 12-Sep-2004 |
XPointers are resolved against the acquired infoset, not thge source infoset | success | 2 ms | |
harold-96 Elliotte Rusty Harold 12-Sep-2004 |
Test that a non-child sequence in an xpointer is treated as a resource error. | success | 1 ms | |
harold-97 Elliotte Rusty Harold 13-Oct-2004 |
Since the xpointer attribute is not a URI reference, %-escaping must not appear in the XPointer, nor is there any need for a processor to apply or reverse such escaping. | error | org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xpointerwithpercentescape.xml; lineNumber: 3; columnNumber: 100; An 'include' failed, and no 'fallback' element was found. | 3 ms |