summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2003-11-02fixed bug #125502 and corrected expected test output fixed broken testWilliam M. Brack2-3/+1
* libxslt/transform.c, tests/general/bug-119.out: fixed bug #125502 and corrected expected test output * tests/general/bug-79.out: fixed broken test (bug #123328) * libxslt/pattern.c, libexslt/functions.c: minor change to eliminate compilation warning
2003-11-01fixing two broken tests (revealed by #125502) DanielDaniel Veillard2-0/+6
* tests/REC/test-5.2-17.xsl tests/REC/test-5.2-18.xsl: fixing two broken tests (revealed by #125502) Daniel
2003-11-01fix bug #125265 about entities breaking exsl:tokenize and exsl:splitDaniel Veillard4-3/+27
* libexslt/strings.c: fix bug #125265 about entities breaking exsl:tokenize and exsl:split * tests/exslt/strings/split.1.* tests/exslt/strings/tokenize.1.*: augmented the reression tests with the example from the bug report. Daniel
2003-10-31switch to use xmlReadfile instead of xmlParseFile, this avoid relying onDaniel Veillard2-9/+7
* libxslt/documents.c libxslt/imports.c libxslt/xslt.c libxslt/xslt.h xsltproc/xsltproc.c: switch to use xmlReadfile instead of xmlParseFile, this avoid relying on global parser options, far far cleaner. * tests/XSLTMark/xslbench1.out tests/general/bug-90.out: fixes a slightly corrected output for CDATA and STYLE element save. Daniel
2003-09-12fixes some output divergeances with libxml2-2.6.0beta1, danielDaniel Veillard3-101/+103
2003-09-06enhanced previous fix to bug #120684, using excellent suggestion by DanielWilliam M. Brack2-0/+2
* transform.c: enhanced previous fix to bug #120684, using excellent suggestion by Daniel * attributes.c: fixed bug #119583, merging attribute sets from imported stylesheets. * tests/docs/Makefile.am tests/docs/bug-131.xml tests/general/Makefile.am tests/docs/bug-131*: added tests to the regression suite for bug #120684.
2003-09-06fixed bug 119946, caused by incorrect creation of "extra" variables whenWilliam M. Brack10-0/+114
* pattern.c pattern.h imports.c: fixed bug 119946, caused by incorrect creation of "extra" variables when compiling templates on imported stylesheets. * tests/docs/Makefile.am tests/docs/bug-130.xml tests/docs/bug-130.doc tests/general/Makefile.am test/docs/bug-130*: added tests to the regression suite for this bug.
2003-09-03tyny change HTML -> html DOCTYPE due to a libxml2 change DanielDaniel Veillard2-2/+2
* tests/xmlspec/*.html: tyny change HTML -> html DOCTYPE due to a libxml2 change Daniel
2003-08-29fixing the bug #120971 on cdata-section-elements with namespaced namesDaniel Veillard5-0/+24
* libxslt/transform.c: fixing the bug #120971 on cdata-section-elements with namespaced names reported by Steve Hay * tests/docs/Makefile.am tests/docs/bug-129.* tests/general/Makefile.am tests/general/bug-129*: added the test to the regression suite for this bug. Daniel
2003-08-18enhanced xsltInitCtxtKey to take care of multiple instances of a key withWilliam M. Brack5-0/+59
* keys.c: enhanced xsltInitCtxtKey to take care of multiple instances of a key with the same namespace:name, reported on the mailing list by Ian Young. Added regression test (bug-128).
2003-08-04added the test from bug #118763 to the regression suite. DanielDaniel Veillard5-0/+22
* tests/docs/Makefile.am tests/docs/bug-127.* tests/general/Makefile.am tests/general/bug-127*: added the test from bug #118763 to the regression suite. Daniel
2003-08-03Fixed regression test bug-125William M. Brack2-3/+0
2003-08-03Fixing Bug 116517William M. Brack5-0/+29
2003-08-03Bug 117552William M. Brack5-0/+573
2003-07-29changed sign of date:seconds as previously posted to the mailing listWilliam M. Brack1-8/+8
* libexslt/date.c test/exslt/data/seconds.1 : changed sign of date:seconds as previously posted to the mailing list * numbers.c: extensive modification to cater for UTF8 within the various routines.
2003-07-24applied patch from Shaun McCance to fix bug #117616 about EXSTDaniel Veillard4-0/+71
* libexslt/strings.c: applied patch from Shaun McCance to fix bug #117616 about EXST str:tokenize. * tests/exslt/strings/Makefile.am tests/exslt/strings/tokenize.3.*: added the test in the regression suite. Daniel
2003-07-22allow strip-space to support full namespaces using prefix:* , should fixDaniel Veillard8-0/+44
* libxslt/transform.c: allow strip-space to support full namespaces using prefix:* , should fix #114287 * tests/docs/Makefile.am tests/docs/bug-124.* tests/general/Makefile.am tests/general/bug-124*: added a test to the regression suite for this bug. * libxslt/tramsform.c: make xsl:copy on attribute a copy in case the attribute was already defined, should fix bug #113812 * tests/docs/Makefile.am tests/docs/bug-123.* tests/general/Makefile.am tests/general/bug-123*: added the test to the regression suite. Daniel
2003-07-18applied patch from Shaun McCance to implement exslt:split c.f. #117752Daniel Veillard4-1/+39
* libexslt/strings.c: applied patch from Shaun McCance to implement exslt:split c.f. #117752 * tests/exslt/strings/Makefile.am tests/exslt/strings/split.1.*: added the test to the regression suite. Daniel
2003-07-14fixed bug 113520William M. Brack1-2/+2
2003-07-10simple cast missing Peter Breitenlohner added deps to libxslt integratedDaniel Veillard1-1/+3
* libxslt/transform.c: simple cast missing Peter Breitenlohner * breakpoint/Makefile.am: added deps to libxslt * tests/exslt/common/Makefile.am: integrated William Brack test in the regression suite Daniel
2003-07-06fixing bug #115913 for xsl:copy with namespace nodes. added the test toDaniel Veillard5-0/+32
* libxslt/transform.c: fixing bug #115913 for xsl:copy with namespace nodes. * tests/docs/Makefile.am tests/docs/bug-122.* tests/general/Makefile.am tests/general/bug-122*: added the test to the regression suite. Daniel
2003-06-13Moved the man pages to section 3 applied patch from Peter BreitenlohnerDaniel Veillard19-1029/+1029
* libxslt.spec.in libexslt/Makefile.am libexslt/libexslt.3 libxslt/Makefile.am libxslt/libxslt.3: Moved the man pages to section 3 * libexslt/sets.c: applied patch from Peter Breitenlohner * doc/*: rebuilt the docs * tests/docbook/result//* tests/xmlspec/*.html: changes in generattion of " as " in element content. Daniel
2003-05-16added the example for bug #112904 in the regression tests, the bug fix isDaniel Veillard5-0/+14
* tests/docs/Makefile.am tests/docs/bug-121.* tests/general/Makefile.am tests/general/bug-121*: added the example for bug #112904 in the regression tests, the bug fix is actually in libxml2 Daniel
2003-05-15''William M. Brack1-2/+2
2003-05-15Fixed bug 112995William M. Brack3-0/+50
2003-04-30cleaning up Result Value Tree handling fixed a pair of implementations.Daniel Veillard4-1/+18
* libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h: cleaning up Result Value Tree handling * libexslt/functions.c libexslt/strings.c: fixed a pair of implementations. * tests/exslt/strings/Makefile.am tests/exslt/strings/tokenize.2.*: added Mark Vakoc test combining for-each and exslt:tokenize Daniel
2003-04-30fixing bug #111755 when a template is applied to an attribute added theDaniel Veillard5-3/+41
* libxslt/transform.c: fixing bug #111755 when a template is applied to an attribute * tests/docs/Makefile.am tests/docs/bug-119.* tests/general/Makefile.am tests/general/bug-119*: added the example in the regression tests for that bug. Daniel
2003-04-29Typo fixup, DanielDaniel Veillard1-1/+1
2003-04-23fixed a bug introduced in the last commit tried to fix #111437 side effectDaniel Veillard43-43/+0
* libexslt/sets.c: fixed a bug introduced in the last commit * libxslt/transform.c: tried to fix #111437 * tests/docbook/result/xtchunk/html/*.orig tests/multiple/out/*.orig: side effect of #111437 change. Daniel
2003-04-23fix bug #110577 namespace in copy-of don't obbey the same rules as forDaniel Veillard11-0/+128
* libxslt/transform.c: fix bug #110577 namespace in copy-of don't obbey the same rules as for literal reusl elements. * tests/docs/Makefile.am tests/docs/bug-118.* tests/general/Makefile.am tests/general/bug-118*: added the example in the regression tests for that bug. * libxslt/variables.c: fixed a bug introduced in fixing #110020 * tests/docs/Makefile.am tests/docs/bug-11[67].* tests/general/Makefile.am tests/general/bug-11[67]*: added 2 regression tests one still exposing a mem leak (Mark Vadoc). Daniel
2003-04-22fixing bug #110020 on global parameter and variables mismatch added theDaniel Veillard5-1/+23
* libxslt/variables.c: fixing bug #110020 on global parameter and variables mismatch * tests/reports/Makefile.am tests/reports/cmdlineparams.*: added the test to the regression suite Daniel
2003-04-21applied patch from Charles Bozeman fixing the math power function whereDaniel Veillard4-0/+36
* libexslt/math.c: applied patch from Charles Bozeman fixing the math power function where args were inverted #110996 * tests/exslt/math/Makefile.am tests/exslt/math/power.1.*: added the test to the regraession for #110996 * libexslt/sets.c: avoid a problem with nodesets. Daniel
2003-04-07Fixes bug #110023 reported by Mark Vakoc and other places whereDaniel Veillard5-0/+24
* libxslt/keys.c libxslt/templates.c libxslt/transform.c libxslt/variables.c: Fixes bug #110023 reported by Mark Vakoc and other places where ctxt->document pointer may be used without checking it agaisnt NULL. * tests/docs/Makefile.am tests/docs/bug-115.* tests/general/Makefile.am tests/general/bug-115*: added the example in the regression tests for that bug. * libxslt/trio.h libxslt/triodef.h: update of Trio from Bjorn Reese Daniel
2003-04-01fixed a namespace redundancy problem in xsl:element added an example inDaniel Veillard5-0/+28
* libxslt/transform.c: fixed a namespace redundancy problem in xsl:element * tests/docs/Makefile.am tests/docs/bug-114.* tests/general/Makefile.am tests/general/bug-114*: added an example in the regression tests for that bug. Daniel
2003-03-26added an example in the regression tests for bug #109160 fixed in libxml2Daniel Veillard5-0/+28
* tests/docs/Makefile.am tests/docs/bug-113.* tests/general/Makefile.am tests/general/bug-113*: added an example in the regression tests for bug #109160 fixed in libxml2 Daniel
2003-03-26forgot to make one change related to Result Value Tree change, pointed outDaniel Veillard5-0/+27
* libxslt/transform.c: forgot to make one change related to Result Value Tree change, pointed out by Sebastian Rahtz * tests/docs/Makefile.am tests/docs/bug-112.* tests/general/Makefile.am tests/general/bug-112*: added an example in the regression tests that bug Daniel
2003-03-24Finally fixed bug #75813, processing or Result Value Tree converted intoDaniel Veillard6-1/+71
* libxslt/pattern.c libxslt/transform.c libxslt/variables.c: Finally fixed bug #75813, processing or Result Value Tree converted into node-sets should be a bit more sensible now. * tests/exslt/common/node-set.2.out: the associated fix in libxml2 fixes this regression test, there is 4 nodes, not 3 * tests/docs/Makefile.am tests/docs/bug-111.* tests/general/Makefile.am tests/general/bug-111*: added an example in the regression tests for bug #75813 Daniel
2003-03-23added an example in the regression tests for bug #108976 which is fixed inDaniel Veillard6-0/+36
* tests/docs/Makefile.am tests/docs/bug-110.* tests/general/Makefile.am tests/general/bug-110*: added an example in the regression tests for bug #108976 which is fixed in libxml2 Daniel
2003-03-22added an example in the regression tests for the invalid bug #108716Daniel Veillard5-0/+16
* tests/docs/Makefile.am tests/docs/bug-109.xml tests/general/Makefile.am tests/general/bug-109*: added an example in the regression tests for the invalid bug #108716 Daniel
2003-03-22fixed bug #108633 reported by Jerome Pesenti about recursive globalDaniel Veillard17-1/+61
* libxslt/variables.c: fixed bug #108633 reported by Jerome Pesenti about recursive global variables/param detections * tests/reports/Makefile.am tests/reports/rec*: added regression tests for the checking of recusion in global/local param/variables. Daniel
2003-03-07added an example in the regression tests bug #107804 fixed in libxml2Daniel Veillard5-0/+52
* tests/docs/Makefile.am tests/docs/bug-108.xml tests/general/Makefile.am tests/general/bug-108*: added an example in the regression tests bug #107804 fixed in libxml2 Daniel
2003-03-05fixed bug #107591 node() in pattern matches should catch comments and PIsDaniel Veillard5-0/+28
* libxslt/pattern.c: fixed bug #107591 node() in pattern matches should catch comments and PIs * tests/docs/Makefile.am tests/docs/bug-107.xml tests/general/Makefile.am tests/general/bug-107*: added an example in the regression tests for this case Daniel
2003-02-26added the next example for bug #106788 from James Clark in the regressionDaniel Veillard5-0/+18
* tests/docs/Makefile.am tests/docs/bug-106.xml tests/general/Makefile.am tests/general/bug-106*: added the next example for bug #106788 from James Clark in the regression tests, the bug fix is actually in libxml2 Daniel
2003-02-24fixed #106554 for spurious xmlns:nsX="" generation DanielDaniel Veillard2-1/+1
* libxslt/namespaces.c: fixed #106554 for spurious xmlns:nsX="" generation Daniel
2003-02-23added the example for bug #106788 from James Clark in the regressionDaniel Veillard5-0/+11
* tests/docs/Makefile.am tests/docs/bug-105.xml tests/general/Makefile.am tests/general/bug-105*: added the example for bug #106788 from James Clark in the regression tests, the bug fix is actually in libxml2 Daniel
2003-02-23fixed bug #106789 from James Clark and a bit of cleanup added the exampleDaniel Veillard5-0/+15
* libxslt/namespaces.c libxslt/transform.c: fixed bug #106789 from James Clark and a bit of cleanup * tests/docs/Makefile.am tests/docs/bug-104.xml tests/general/Makefile.am tests/general/bug-104*: added the example in the regression tests for this case Daniel
2003-02-07fixing another bug in document(), bug #105450 Slight change to the outputDaniel Veillard1-2/+2
* libxslt/functions.c: fixing another bug in document(), bug #105450 * tests/documents/test_bad.result: Slight change to the output Daniel
2003-02-07fixing a segfault in document(), bug #105418 add the specific test asDaniel Veillard4-0/+15
* libxslt/functions.c: fixing a segfault in document(), bug #105418 * tests/documents/Makefile.am tests/documents/test_bad: add the specific test as suggested by Jean T Anderson Daniel
2003-02-04fixing bug #105116 sometimes one need to generate a default namespaceDaniel Veillard5-0/+18
* libxslt/transform.c: fixing bug #105116 sometimes one need to generate a default namespace reset xmlns="" in the output * tests/docs/Makefile.am tests/docs/bug-103.xml tests/general/Makefile.am tests/general/bug-103*: added the example in the regression tests for this case Daniel
2003-02-04change of policy w.r.t. mails small cleanup fixed a couple of bugs raisedDaniel Veillard6-6/+6
* README: change of policy w.r.t. mails * configure.in: small cleanup * libxslt/transform.c libxslt/xslt.c libxslt/variables.c: fixed a couple of bugs raised by Eric van der Vlist in #104114 * tests/exslt/*/*.out: slight change to the tests Daniel