You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/06/05 23:09:46 UTC

[geode-native] branch develop updated: GEODE-5289: Use public API instead of test hooks (#305)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new becc863  GEODE-5289: Use public API instead of test hooks (#305)
becc863 is described below

commit becc8639a671e03df059824e34f78315e1a0d37c
Author: Ernie Burghardt <eb...@pivotal.io>
AuthorDate: Tue Jun 5 17:09:27 2018 -0600

    GEODE-5289: Use public API instead of test hooks (#305)
---
 tests/javaobject/ComparePdxTypes.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/javaobject/ComparePdxTypes.java b/tests/javaobject/ComparePdxTypes.java
index 07b3580..e8db0e4 100755
--- a/tests/javaobject/ComparePdxTypes.java
+++ b/tests/javaobject/ComparePdxTypes.java
@@ -174,7 +174,7 @@ public class ComparePdxTypes extends FunctionAdapter implements Declarable{
     TypeRegistry registry = cache.getPdxRegistry();
     
     //this will clear pdx registry
-    registry.testClearTypeRegistry();
+    registry.clear();
     
     if(r.keySet().size() != 0) {
       throw new IllegalStateException("Java pdx types still has PdxTypes enteries " + r.keySet().size());

-- 
To stop receiving notification emails like this one, please contact
jbarrett@apache.org.