[
https://issues.jboss.org/browse/JBIDE-23593?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-23593:
---------------------------------------
org.jboss.tools.ui.bot.ext.test is a legacy bundle/library that was used by other tests.
The code hasn't been changed in 5 years. I believe it doesn't contain any tests by
default. Yes, it's not right for this bundle to be called *.test.
I wasn't sure if there was any test that would still use it. So I commented it out
from tests/pom.xml and then ran "mvn clean verify -DskipTests" on the whole repo
and it worked. So I think org.jboss.tools.ui.bot.ext.test is no longer used anywhere.
I think we should delete it. What do you think [~rawagner], [~psrna], [~jeffmaury]?
Integration tests global refactoring:
org.jboss.tools.ui.bot.ext.test
---------------------------------------------------------------------
Key: JBIDE-23593
URL:
https://issues.jboss.org/browse/JBIDE-23593
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: integration-tests
Affects Versions: 4.4.2.Final
Reporter: Jeff MAURY
Labels: integration, integration_tests
Fix For: 4.4.3.AM1
Maven command:
{code}
mvn clean verify -Dtest.module=org.jboss.tools.ui.bot.ext.test -DskipTests=false
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)