-
- Downloads
Bug fix for the python and PHP XML parsers.
The membersOfInst field in the group DTO class needs a special case when it is being parsed, since its XML element tag name differs from the usual name that institution XML elements have. Added a new unit test to test this, and fixed an existing test to reflect a change in the Lookup test data, so that all the tests pass again. -- Imported using git-svn from https://dev.csi.cam.ac.uk/svn/lookup/trunk@82
Showing
- src/php/ibisclient/dto/IbisGroup.php 1 addition, 1 deletionsrc/php/ibisclient/dto/IbisGroup.php
- src/php/ibisclient/dto/IbisResult.php 2 additions, 0 deletionssrc/php/ibisclient/dto/IbisResult.php
- src/php/test/UnitTests.php 8 additions, 1 deletionsrc/php/test/UnitTests.php
- src/python/ibisclient/dto.py 2 additions, 0 deletionssrc/python/ibisclient/dto.py
- src/python/test/unittests.py 6 additions, 1 deletionsrc/python/test/unittests.py
- src/python3/ibisclient/dto.py 2 additions, 0 deletionssrc/python3/ibisclient/dto.py
- src/python3/test/unittests.py 6 additions, 1 deletionsrc/python3/test/unittests.py
Loading
Please register or sign in to comment