Pieter van Oostrum
8c3e52ebd9
Updated python/tests/tstLastError.py
...
libxml2.registerErrorHandler(None,None):
None is not acceptable as first argument
failUnlessEqual replaced by assertEqual
2020-01-02 13:49:31 +01:00
Nick Wellnhofer
9d461ac7d0
Adjust expected error in Python tests
...
Closes #107 .
2019-09-26 16:17:31 +02:00
Daniel Veillard
2cb6bf8eb0
update all tests for Python3 and Python2
2013-03-30 22:33:06 +08:00
Daniel Veillard
8bda20f73c
removed a potentially uninitialized variable error fixed a deprecation
...
* xpath.c: removed a potentially uninitialized variable error
* python/generator.py: fixed a deprecation warning
* python/tests/tstLastError.py: silent the damn test when Okay !
Daniel
2005-08-24 09:36:47 +00:00
Daniel Veillard
b3ac18dce8
better portability fix for f(*args), use apply(f, args) as Stephane Bidoul
...
* python/tests/tstLastError.py: better portability fix for f(*args),
use apply(f, args) as Stephane Bidoul suggested
Daniel
2004-05-11 13:06:29 +00:00
Daniel Veillard
6d38c750b7
applied patch from Ed Davis to allow "make tests" to work with Python 1.5
...
* Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
applied patch from Ed Davis to allow "make tests" to work
with Python 1.5
Daniel
2004-05-10 00:40:51 +00:00
Daniel Veillard
4f4a27f970
applied patch from Stephane Bidoul to add enums to the Python bindings.
...
* python/generator.py python/tests/tstLastError.py: applied
patch from Stephane Bidoul to add enums to the Python bindings.
Daniel
2004-01-14 23:50:34 +00:00
Daniel Veillard
46da46493f
applied patch from Stephane Bidoul for structured error handling from
...
* python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
python/tests/Makefile.am python/tests/tstLastError.py: applied
patch from Stephane Bidoul for structured error handling from
python, and the associated test
Daniel
2004-01-06 22:54:57 +00:00