You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2019/01/03 18:38:11 UTC

[geode] branch develop updated (787236c -> 09f437b)

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

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


    from 787236c  GEODE-6143: Remove PowerMock from ExecuteFunction tests (#3045)
     add 0b22af1  GEODE-6143: remove PowerMock from GatewayReceiverXmlParsingValidationsJUnitTest
     new 09f437b  Merge pull request #3037 from apache/feature/GEODE-6143-12

The 1 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:
 ...ewayReceiverXmlParsingValidationsJUnitTest.java | 110 ------------
 ...ewayReceiverXmlParsingValidationsJUnitTest.java | 190 +++++++++++++++++++++
 ...nsJUnitTest.correctConfiguration[DTD].cache.xml |   0
 ...nsJUnitTest.correctConfiguration[XSD].cache.xml |   0
 ...pleReceiversShouldThrowException[DTD].cache.xml |   0
 ...pleReceiversShouldThrowException[XSD].cache.xml |   0
 6 files changed, 190 insertions(+), 110 deletions(-)
 delete mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/cache/wan/GatewayReceiverXmlParsingValidationsJUnitTest.java
 create mode 100644 geode-wan/src/integrationTest/java/org/apache/geode/internal/cache/wan/GatewayReceiverXmlParsingValidationsJUnitTest.java
 rename {geode-core => geode-wan}/src/integrationTest/resources/org/apache/geode/internal/cache/wan/GatewayReceiverXmlParsingValidationsJUnitTest.correctConfiguration[DTD].cache.xml (100%)
 rename {geode-core => geode-wan}/src/integrationTest/resources/org/apache/geode/internal/cache/wan/GatewayReceiverXmlParsingValidationsJUnitTest.correctConfiguration[XSD].cache.xml (100%)
 rename {geode-core => geode-wan}/src/integrationTest/resources/org/apache/geode/internal/cache/wan/GatewayReceiverXmlParsingValidationsJUnitTest.multipleReceiversShouldThrowException[DTD].cache.xml (100%)
 rename {geode-core => geode-wan}/src/integrationTest/resources/org/apache/geode/internal/cache/wan/GatewayReceiverXmlParsingValidationsJUnitTest.multipleReceiversShouldThrowException[XSD].cache.xml (100%)


[geode] 01/01: Merge pull request #3037 from apache/feature/GEODE-6143-12

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 09f437bcd65aacd2855491585c16d41e496e26a1
Merge: 787236c 0b22af1
Author: Xiaojian Zhou <ge...@users.noreply.github.com>
AuthorDate: Thu Jan 3 10:37:59 2019 -0800

    Merge pull request #3037 from apache/feature/GEODE-6143-12
    
    GEODE-6143: remove PowerMock from GatewayReceiverXmlParsingValidation…

 ...ewayReceiverXmlParsingValidationsJUnitTest.java | 110 ------------
 ...ewayReceiverXmlParsingValidationsJUnitTest.java | 190 +++++++++++++++++++++
 ...nsJUnitTest.correctConfiguration[DTD].cache.xml |   0
 ...nsJUnitTest.correctConfiguration[XSD].cache.xml |   0
 ...pleReceiversShouldThrowException[DTD].cache.xml |   0
 ...pleReceiversShouldThrowException[XSD].cache.xml |   0
 6 files changed, 190 insertions(+), 110 deletions(-)