Branch
Hash :
4a5a964c
Author :
Date :
2005-06-27T10:40:55
added SAXv2 regression tests apparently missing. added SAX1/SAX2 checks. * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently missing. * runtest.c: added SAX1/SAX2 checks. Daniel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(multistatus, d, 'http://www.ietf.org/standards/dav/', 1, xmlns:d='http://www.ietf.org/standards/dav/', 0, 0)
SAX.characters(
, 3)
SAX.startElementNs(response, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(
, 5)
SAX.startElementNs(href, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(http://www.foo.bar/othercontai, 43)
SAX.endElementNs(href, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 5)
SAX.startElementNs(href, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(http://www.foo.bar/othercontai, 43)
SAX.endElementNs(href, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 5)
SAX.startElementNs(href, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(http://www.foo.bar/othercontai, 34)
SAX.endElementNs(href, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 5)
SAX.startElementNs(href, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(http://www.foo.bar/othercontai, 39)
SAX.endElementNs(href, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 5)
SAX.startElementNs(status, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(HTTP/1.1 201 Created, 20)
SAX.endElementNs(status, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 3)
SAX.endElementNs(response, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 3)
SAX.startElementNs(response, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(
, 5)
SAX.startElementNs(href, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(http://www.foo.bar/othercontai, 37)
SAX.endElementNs(href, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 5)
SAX.startElementNs(status, d, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
SAX.endElementNs(status, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 3)
SAX.endElementNs(response, d, 'http://www.ietf.org/standards/dav/')
SAX.characters(
, 1)
SAX.endElementNs(multistatus, d, 'http://www.ietf.org/standards/dav/')
SAX.endDocument()