Correct cause of NPE in python wrapper 91/1191/4
authorE. Scott Daniels <daniels@research.att.com>
Mon, 21 Oct 2019 19:58:22 +0000 (15:58 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 22 Oct 2019 01:53:06 +0000 (21:53 -0400)
commit50b92c56c2bbe5c4405f0bdd2eefbd21d65a8416
tree3191160af2979355e744e66868975ae3778fa519
parent414390ad29639c80bcbdef41118d831918bde1fe
Correct cause of NPE in python wrapper

The message summary funciton was attempting to reference
a payload when RMR left it as a null pointer.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Id1e6da44c9f79d8f69f5266b9bed1f25dd8af0d9
src/bindings/rmr-python/docs/Changelog.rst
src/bindings/rmr-python/rmr/rmr.py
src/bindings/rmr-python/setup.py
src/bindings/rmr-python/tests/test_rmr_mocks.py