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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 93201e7  GEODE-5530: Moves more shared test code into the DUnit 
framework.
93201e7 is described below

commit 93201e7ad727c73e66cf1d1b9954dfee1ef73c16
Author: Jacob Barrett <[email protected]>
AuthorDate: Thu Aug 30 13:32:39 2018 -0700

    GEODE-5530: Moves more shared test code into the DUnit framework.
---
 .../internal/cache/TestHelperForHydraTests.java    | 29 ----------------------
 .../src/main}/java/perffmwk/Formatter.java         |  0
 2 files changed, 29 deletions(-)

diff --git 
a/geode-core/src/test/java/org/apache/geode/internal/cache/TestHelperForHydraTests.java
 
b/geode-core/src/test/java/org/apache/geode/internal/cache/TestHelperForHydraTests.java
deleted file mode 100755
index b846148..0000000
--- 
a/geode-core/src/test/java/org/apache/geode/internal/cache/TestHelperForHydraTests.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license
- * agreements. See the NOTICE file distributed with this work for additional 
information regarding
- * copyright ownership. The ASF licenses this file to You under the Apache 
License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the 
License. You may obtain a
- * copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software 
distributed under the License
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express
- * or implied. See the License for the specific language governing permissions 
and limitations under
- * the License.
- */
-package org.apache.geode.internal.cache;
-
-/**
- * This is utility class for hydra tests. This class is used to set the values 
of parameters of
- * internal classes which have local visibility.
- *
- */
-
-public class TestHelperForHydraTests {
-
-  public static void setIssueCallbacksOfCacheObserver(boolean value) {
-    LocalRegion.ISSUE_CALLBACKS_TO_CACHE_OBSERVER = value;
-  }
-
-}
diff --git a/geode-core/src/test/java/perffmwk/Formatter.java 
b/geode-junit/src/main/java/perffmwk/Formatter.java
similarity index 100%
rename from geode-core/src/test/java/perffmwk/Formatter.java
rename to geode-junit/src/main/java/perffmwk/Formatter.java

Reply via email to