You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2018/12/28 19:24:40 UTC

[geode] branch develop updated (724fdde -> 9fc8910)

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

klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 724fdde  GEODE-6221: Cleanup some Protobuf tests (#3039)
     add 9fc8910  GEODE-6037: Move dunit tests to distributedTest

No new revisions were added by this update.

Summary of changes:
 .../cache/examples/CacheTestCaseExampleTest.java   | 22 +++++----
 .../dunit/examples/BeforeClassExampleTest.java     |  0
 .../cache/examples/CacheTestCaseExampleTest.java   | 33 -------------
 .../DoNotHandleUnexpectedExceptionExampleTest.java | 55 ----------------------
 4 files changed, 14 insertions(+), 96 deletions(-)
 copy geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/internal/cli/PreconditionException.java => geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/cache/examples/CacheTestCaseExampleTest.java (65%)
 rename geode-dunit/src/{integrationTest => distributedTest}/java/org/apache/geode/test/dunit/examples/BeforeClassExampleTest.java (100%)
 delete mode 100644 geode-dunit/src/integrationTest/java/org/apache/geode/test/dunit/cache/examples/CacheTestCaseExampleTest.java
 delete mode 100644 geode-dunit/src/test/java/org/apache/geode/test/dunit/examples/DoNotHandleUnexpectedExceptionExampleTest.java