debian-suds-jurko/tests
Jurko Gospodnetić 4a0b406cf5 Fixed a suds.xsd.sxbasic.SchemaObject resolve() invalid cached value bug.
When called with parameter nobuiltin=True on a node whose type is a builtin, the
original implementation cached the builtin type as the result so a repeated
resolve() call returned an incorrect value.

Added related test case. Refactored the resolve() implementation into an
external function dealing with result caching and in internal worker function
doing the actual type resolution. Updated todo list.
2011-12-26 18:14:57 +01:00
..
external Minor stylistic changes. 2011-12-25 13:31:08 +01:00
__init__.py move test package to tests so not to conflict with python test package 2008-08-05 15:02:44 +00:00
test_date_time.py Ported the test_date_time.py unit test script to the pytest unit test framework. 2011-12-20 12:04:47 +01:00
test_suds.py Fixed a suds.xsd.sxbasic.SchemaObject resolve() invalid cached value bug. 2011-12-26 18:14:57 +01:00