Skip to content

Commit

Permalink
[JBIDE-23506] removed non-functional tests for show in browser (#1668)
Browse files Browse the repository at this point in the history
removed ShowConnectionInWebConsoleTest and ShowProjectInWebConsoleTest
because they are not working
  • Loading branch information
adietish authored and rhopp committed Nov 22, 2016
1 parent c779804 commit 93536c7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 94 deletions.
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2007-2016 Red Hat, Inc.
* Copyright (c) 2015-2016 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v 1.0 which accompanies this distribution,
Expand Down Expand Up @@ -41,7 +41,6 @@
import org.jboss.tools.openshift.ui.bot.test.connection.v3.CreateNewConnectionTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.OpenNewConnectionShellTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.RemoveConnectionTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.ShowConnectionInWebConsoleTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.StoreConnectionTest;
import org.jboss.tools.openshift.ui.bot.test.integration.docker.DeployDockerImageTest;
import org.jboss.tools.openshift.ui.bot.test.project.CreateNewProjectTest;
Expand All @@ -50,7 +49,6 @@
import org.jboss.tools.openshift.ui.bot.test.project.ProjectNameValidationTest;
import org.jboss.tools.openshift.ui.bot.test.project.ProjectPropertiesTest;
import org.jboss.tools.openshift.ui.bot.test.project.ResourcesTest;
import org.jboss.tools.openshift.ui.bot.test.project.ShowProjectInWebConsoleTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite.SuiteClasses;

Expand All @@ -71,7 +69,6 @@
ConnectionWizardHandlingTest.class,
StoreConnectionTest.class,
ConnectionPropertiesTest.class,
ShowConnectionInWebConsoleTest.class,

// Project
ProjectNameValidationTest.class,
Expand All @@ -80,7 +77,6 @@
DeleteProjectTest.class,
ResourcesTest.class,
ProjectPropertiesTest.class,
ShowProjectInWebConsoleTest.class,

// Application wizard handling
OpenNewApplicationWizardTest.class,
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2007-2016 Red Hat, Inc.
* Copyright (c) 2016 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v 1.0 which accompanies this distribution,
Expand Down Expand Up @@ -38,7 +38,6 @@
import org.jboss.tools.openshift.ui.bot.test.connection.v3.CreateNewConnectionTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.OpenNewConnectionShellTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.RemoveConnectionTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.ShowConnectionInWebConsoleTest;
import org.jboss.tools.openshift.ui.bot.test.connection.v3.StoreConnectionTest;
import org.jboss.tools.openshift.ui.bot.test.integration.docker.DeployDockerImageTest;
import org.jboss.tools.openshift.ui.bot.test.project.CreateNewProjectTest;
Expand All @@ -47,7 +46,6 @@
import org.jboss.tools.openshift.ui.bot.test.project.ProjectNameValidationTest;
import org.jboss.tools.openshift.ui.bot.test.project.ProjectPropertiesTest;
import org.jboss.tools.openshift.ui.bot.test.project.ResourcesTest;
import org.jboss.tools.openshift.ui.bot.test.project.ShowProjectInWebConsoleTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite.SuiteClasses;

Expand All @@ -68,7 +66,6 @@
ConnectionWizardHandlingTest.class,
StoreConnectionTest.class,
ConnectionPropertiesTest.class,
ShowConnectionInWebConsoleTest.class,

// Project
ProjectNameValidationTest.class,
Expand All @@ -77,7 +74,6 @@
DeleteProjectTest.class,
ResourcesTest.class,
ProjectPropertiesTest.class,
ShowProjectInWebConsoleTest.class,

// Application wizard handling
OpenNewApplicationWizardTest.class,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 93536c7

Please sign in to comment.