History log of /external/libxml2/python/tests/serialize.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2cb6bf8eb019cc88578093abee3e37a78e7b3020 30-Mar-2013 Daniel Veillard <veillard@redhat.com> update all tests for Python3 and Python2
/external/libxml2/python/tests/serialize.py
39d027cdb74371d64f68dc488556be41e1d14546 10-May-2012 Daniel Veillard <veillard@redhat.com> Fix html serialization error and htmlSetMetaEncoding()

For https://bugzilla.gnome.org/show_bug.cgi?id=630682
The python tests were reporting errors, some of it was due to
a small change in case encoding, but the main one was about
htmlSetMetaEncoding(doc, NULL) being broken by not removing
the associated meta tag anymore
/external/libxml2/python/tests/serialize.py
6cbd6c0738efb6c55d08f39c0731d46d678858fa 04-Dec-2003 Daniel Veillard <veillard@src.gnome.org> cleanup the output buffer support to at least get the basic to work fixes

* python/generator.py python/libxml.c python/libxml_wrap.h:
cleanup the output buffer support to at least get the basic
to work
* python/tests/outbuf.py python/tests/serialize.py: fixes and
cleanup.
* include/libxml/xmlwriter.h: cleanup
Daniel
/external/libxml2/python/tests/serialize.py
c6d4a933f017b17cacdf2a6f6505faf8d945b0b3 12-Sep-2002 Daniel Veillard <veillard@src.gnome.org> updated the python bindings, added code for easier File I/O, and the

* python/generator.py python/libxml.c python/libxml.py
python/libxml2-python-api.xml python/libxml2class.txt
python/libxml_wrap.h python/types.c: updated the python
bindings, added code for easier File I/O, and the ability to
define a resolver from Python fixing bug #91635
* python/tests/Makefile.am python/tests/inbuf.py
python/tests/outbuf.py python/tests/pushSAXhtml.py
python/tests/resolver.py python/tests/serialize.py: updated
and augmented the set of Python tests.
Daniel
/external/libxml2/python/tests/serialize.py
5f91b37818f431ca91ddd65088f7f84e0c2b55d1 12-Aug-2002 Daniel Veillard <veillard@src.gnome.org> fixed the test results, indenting behaviour changed slightly Daniel

* python/tests/serialize.py: fixed the test results, indenting
behaviour changed slightly
Daniel
/external/libxml2/python/tests/serialize.py
4e0e29746889d4a70728e6406eed2f546287bdd6 06-Mar-2002 Daniel Veillard <veillard@src.gnome.org> fixed some htmlSetMetaEncoding() problems fixup and integrated tests for

* HTMLtree.c: fixed some htmlSetMetaEncoding() problems
* python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
fixup and integrated tests for the serialization stuff
Daniel
/external/libxml2/python/tests/serialize.py