This is an automated email from the ASF dual-hosted git repository.
zhouxj pushed a commit to branch feature/GEODE-3245
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-3245 by this
push:
new ec2a841 GEODE-3245: fix the test case for insertJsonObject
ec2a841 is described below
commit ec2a8410ffd7e98cf47ce4f39b53824efd053de9
Author: zhouxh <[email protected]>
AuthorDate: Sat Oct 21 09:24:52 2017 -0700
GEODE-3245: fix the test case for insertJsonObject
---
.../apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java
b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java
index 0d6529f..fac9199 100644
---
a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java
+++
b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java
@@ -520,6 +520,8 @@ public class NestedObjectSeralizerIntegrationTest extends
LuceneIntegrationTest
@Test
public void insertAndQueryJSONObject() throws InterruptedException,
LuceneQueryException {
+ SimplePortfolioPdx.resetCounter();
+ SimplePositionPdx.resetCounter();
Region region = createRegionAndIndexForPdxObject();
String jsonCustomer = "{" + "\"ID\" : 3," + "\"position1\" : {" +
"\"country\" : \"USA\","
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].