summaryrefslogtreecommitdiff
path: root/tests/exslt/date
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10applied patch from Maurice van der Pot to fix EXSLT week-in-year extensonDaniel Veillard3-17/+112
* libexslt/date.c tests/exslt/date/datetime.1.out tests/exslt/date/date.1.out tests/exslt/date/date.1.xml: applied patch from Maurice van der Pot to fix EXSLT week-in-year extenson which was not conforming to the definition. This also changes the output of the tests a bit. Should fix #452876 Daniel svn path=/trunk/; revision=1446
2005-10-04applied fix to date:week-in-year posted to the mailing list by ThomasWilliam M. Brack2-4/+4
* libexslt/date.c: applied fix to date:week-in-year posted to the mailing list by Thomas Broyer * tests/exslt/date/date.1.out, tests/exslt/date/datetime.1.out: updated to reflect above fix
2004-11-08fixed problem with day-of-week-in-month (bug 157592) with patch from SalWilliam M. Brack1-1/+1
* libexslt/date.c: fixed problem with day-of-week-in-month (bug 157592) with patch from Sal Paradise * tests/exslt/date/datetime.1.out: corrected expected output after above fix
2004-09-30fixed problem with negative periods (bug 154021) changed expected output,William M. Brack1-2/+2
* libexslt/date.c: fixed problem with negative periods (bug 154021) * tests/exslt/date/sum.2.out: changed expected output, now agrees with comments in sum.2.xml test data file
2004-09-24Fixed the output, DanielDaniel Veillard2-22/+21
2004-09-24add missing variable fixed some error callback data added new date:sumDaniel Veillard8-0/+203
* Makefile.am: add missing variable * libxslt/transform.c: fixed some error callback data * tests/exslt/date/Makefile.am tests/exslt/date/sum*: added new date:sum testing from Derek Poon Daniel
2004-09-19fixed problem with timezone offset (bug 153000) changed regression testWilliam M. Brack1-1/+1
* libexslt/date.c: fixed problem with timezone offset (bug 153000) * tests/exslt/date/add.1.out: changed regression test output, which was apparently incorrect for above case * libxslt/transform.c: re-arranged sequence of setting up namespaces within xsltCopyTree (see the list thread http://mail.gnome.org/archives/xml/2004-September/msg00072.html) * tests/general/bug-104.out: slight change to expected output due to above fix
2004-09-18enhanced validation of date-time to catch bit-field overflow (bug 152836)William M. Brack4-0/+95
* libexslt/date.c: enhanced validation of date-time to catch bit-field overflow (bug 152836) * tests/exslt/date/date.2.*, tests/exslt/time.2.*: added test cases for above
2004-03-06continued interrupt commit for enhanced "make tests"William M. Brack1-10/+30
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-14fixed bug 113520William M. Brack1-2/+2
2002-12-28add missing .cvsignore entriesJose Maria Celorio1-0/+2
2002-10-15closing #94933, any error will make the transformation abort with noDaniel Veillard2-19/+31
* libxslt/transform.c: closing #94933, any error will make the transformation abort with no result. * tests/reports/tst-1.err tests/reports/tst-1.out tests/reports/undefvar.err: this changed the regression tests output. * tests/exslt/date/difference.1.out tests/exslt/date/seconds.1.out: updated the result accordingly to the fixes done last month. * libxslt/namespaces.c: make sure to avoid duplicate namespace declarations in the result trees. May fix #93692 but it's unclear. Daniel
2002-09-18added recently discussed test casesIgor Zlatkovic1-0/+9
2002-04-26applied another patch from Charles Bozeman to enhance date/durationDaniel Veillard32-7/+584
* libexslt/date.c: applied another patch from Charles Bozeman to enhance date/duration support * tests/exslt/date: added the associated set of regression tests Daniel
2002-03-19added "make valgrind" targets to run the test suite under the debuggerDaniel Veillard1-2/+6
* Makefile.am tests/Makefile.am tests/*/Makefile.am tests/*/*/Makefile.am : added "make valgrind" targets to run the test suite under the debugger control * transform.c: valgrind spotted 2 bugs, one related to the ordering of the deallocation of the data associated to a transofrmation, the second in xsltCopyTree when the new node may have been coalesced with an adjacent text node. The regression tests now pass cleanly under testgrind. Daniel
2002-03-04patch from Charles Bozeman for the exslt date extension added theDaniel Veillard50-0/+2599
* libexslt/date.c: patch from Charles Bozeman for the exslt date extension * configure.in tests/exslt/Makefile.am tests/exslt/date/*: added the associated regression test provided by Charles Daniel