PyKMIP/kmip/tests/unit/core
Peter Hamilton 87f05f90bf Fixing bug with Integer accepting long values
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.
2015-06-24 13:42:04 -04:00
..
attributes Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
factories Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
messages Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
misc Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
objects Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
primitives Fixing bug with Integer accepting long values 2015-06-24 13:42:04 -04:00
secrets Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
__init__.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_config_helper.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_server.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_utils.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00