You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2019/02/20 22:33:06 UTC

[geode] branch feature/GEODE-6291 updated (45de638 -> 5b54639)

This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a change to branch feature/GEODE-6291
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 45de638  CreateMappingCommandDUnitTest now passes
     new b96d2be  fixed DestroyMappingCommandDunitTest
     new c543f9c  changed the regular expression to use \Q and \E to keep the key and value from being treated as a regular expression. They are now just treated as literal text.
     new 5b54639  fixed the describe test

The 7453 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:
 .../cli/DescribeMappingCommandDUnitTest.java       | 128 ++++++++++++++++-----
 .../cli/DestroyMappingCommandDunitTest.java        |  46 +++++++-
 .../test/junit/assertions/CommandResultAssert.java |   2 +-
 3 files changed, 141 insertions(+), 35 deletions(-)