You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jc...@apache.org on 2019/02/28 21:11:14 UTC

[geode] branch feature/GEODE-6459 updated (27af405 -> f1b2f69)

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

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


    from 27af405  Fix CreateMappingPreConditionCheckFunctionTest
     add 2e76e02  Add DUnit test
     add f1b2f69  Add unit tests

No new revisions were added by this update.

Summary of changes:
 .../cli/CreateMappingCommandDUnitTest.java         |  38 ++++++++
 .../jdbc/internal/cli/CreateMappingCommand.java    |  18 +++-
 .../cli/CreateMappingCommandInterceptorTest.java   | 104 +++++++++++++++++++++
 .../internal/cli/CreateMappingCommandTest.java     |  70 ++++++++++++++
 4 files changed, 228 insertions(+), 2 deletions(-)
 create mode 100644 geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/internal/cli/CreateMappingCommandInterceptorTest.java