You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2016/03/03 19:08:45 UTC

incubator-geode git commit: removed unwanted asserts to fix dunit failures

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1040 f70646af0 -> 452cb98b5


removed unwanted asserts to fix dunit failures


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/452cb98b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/452cb98b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/452cb98b

Branch: refs/heads/feature/GEODE-1040
Commit: 452cb98b5a29d194117736ccb9f9fbd8272de442
Parents: f70646a
Author: Sai Boorlagadda <sb...@pivotal.io>
Authored: Thu Mar 3 10:08:12 2016 -0800
Committer: Sai Boorlagadda <sb...@pivotal.io>
Committed: Thu Mar 3 10:08:12 2016 -0800

----------------------------------------------------------------------
 .../gemfire/internal/cache/ClientServerTransactionDUnitTest.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/452cb98b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/ClientServerTransactionDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/ClientServerTransactionDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/ClientServerTransactionDUnitTest.java
index 50a198b..28e6419 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/ClientServerTransactionDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/ClientServerTransactionDUnitTest.java
@@ -527,8 +527,6 @@ public class ClientServerTransactionDUnitTest extends RemoteTransactionDUnitTest
         for (int i = 0; i < MAX_ENTRIES; i++) {
           CustId custId = new CustId(i);
           Customer cust = new Customer("name"+suffix+i, "address"+suffix+i);
-          assertEquals(cust, r.get(custId));
-          assertEquals(cust, pr.get(custId));
           if (isCommit) {
             assertEquals(cust, r.get(custId));
             assertEquals(cust, pr.get(custId));