This is an automated email from the ASF dual-hosted git repository.
eshu11 pushed a commit to branch feature/GEODE-3897
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-3897 by this
push:
new 97f5673 Fix a typo and review comments.
97f5673 is described below
commit 97f56736613cca5f554f9805a5f298b250523ad7
Author: eshu <[email protected]>
AuthorDate: Tue Oct 24 09:59:26 2017 -0700
Fix a typo and review comments.
---
.../src/test/java/org/apache/geode/pdx/PdxSerializableDUnitTest.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/pdx/PdxSerializableDUnitTest.java
b/geode-core/src/test/java/org/apache/geode/pdx/PdxSerializableDUnitTest.java
index bed6602..1008702 100644
---
a/geode-core/src/test/java/org/apache/geode/pdx/PdxSerializableDUnitTest.java
+++
b/geode-core/src/test/java/org/apache/geode/pdx/PdxSerializableDUnitTest.java
@@ -60,6 +60,7 @@ import java.util.concurrent.TimeoutException;
public class PdxSerializableDUnitTest extends JUnit4CacheTestCase {
private static final SimpleClass ANOBJECT = new SimpleClass(57, (byte) 3);
+ private static final String TEST_REGION_NAME = "testSimplePdx";
@Test
public void testSimplePut() {
@@ -94,8 +95,6 @@ public class PdxSerializableDUnitTest extends
JUnit4CacheTestCase {
});
}
- private static String TEST_REGION_NAME = "testSimplePdx";;
-
private void createPR() {
getCache().createRegionFactory(RegionShortcut.PARTITION)
.setPartitionAttributes(new PartitionAttributesFactory<Integer,
Object>().create())
@@ -103,7 +102,7 @@ public class PdxSerializableDUnitTest extends
JUnit4CacheTestCase {
}
@Test
- public void testSimplePutOnPRWitTx() {
+ public void testSimplePutOnPRWithTx() {
Host host = Host.getHost(0);
VM vm1 = host.getVM(0);
VM vm2 = host.getVM(1);
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].