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

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

commit d53960c071b02197ecc9b663ba898c9c9d51444e
Author: Kirk Lund <kl...@apache.org>
AuthorDate: Thu Aug 31 12:58:16 2017 -0700

    GEODE-3552: delete TestSuite that does not belong in package
---
 .../geode/management/DeployJarTestSuite.java       | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git 
a/geode-core/src/test/java/org/apache/geode/management/DeployJarTestSuite.java 
b/geode-core/src/test/java/org/apache/geode/management/DeployJarTestSuite.java
deleted file mode 100644
index 9a8348e..0000000
--- 
a/geode-core/src/test/java/org/apache/geode/management/DeployJarTestSuite.java
+++ /dev/null
@@ -1,36 +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.management;
-
-import org.apache.geode.internal.ClassPathLoaderIntegrationTest;
-import org.apache.geode.internal.ClassPathLoaderTest;
-import org.apache.geode.internal.DeployedJarJUnitTest;
-import org.apache.geode.internal.JarDeployerIntegrationTest;
-import 
org.apache.geode.management.internal.cli.commands.DeployCommandRedeployDUnitTest;
-import 
org.apache.geode.management.internal.cli.commands.DeployWithGroupsDUnitTest;
-import 
org.apache.geode.management.internal.configuration.ClusterConfigDeployJarDUnitTest;
-import org.junit.Ignore;
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-
-@Ignore
-@RunWith(Suite.class)
-@Suite.SuiteClasses({DeployedJarJUnitTest.class, 
DeployWithGroupsDUnitTest.class,
-    JarDeployerIntegrationTest.class, ClassPathLoaderIntegrationTest.class,
-    ClassPathLoaderTest.class, DeployCommandRedeployDUnitTest.class,
-    ClusterConfigDeployJarDUnitTest.class})
-public class DeployJarTestSuite {
-}

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <commits@geode.apache.org>.

Reply via email to