mirror of https://github.com/OpenKMIP/PyKMIP.git
This change fixes a bug with the Integer primitive that caused it to break when accepting long integer values. As long as the long integer value can be represented by a signed 32-bit integer, it is considered valid. Test cases have been added to check for this condition and the validation routine for Integer has been updated to raise appropriate errors. |
||
---|---|---|
.. | ||
core | ||
pie | ||
services | ||
__init__.py | ||
test_kmip.py |