This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from cd84387 GEODE-5356: Add unit test for PdxField.
new 2f9258f GEODE-5357: Inline uncohesive method.
new b97b3e2 GEODE-5357: Add unit test for PdxType.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/geode/pdx/internal/PdxReaderImpl.java | 11 +-
.../org/apache/geode/pdx/internal/PdxType.java | 14 -
.../org/apache/geode/pdx/internal/PdxTypeTest.java | 391 +++++++++++++++++++++
3 files changed, 401 insertions(+), 15 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/pdx/internal/PdxTypeTest.java