[jboss-jira] [JBoss JIRA] (WFLY-8124) Unify arquillian defaultProtocol in TS
Marek Kopecký (JIRA)
issues at jboss.org
Wed Feb 15 07:47:00 EST 2017
Marek Kopecký created WFLY-8124:
-----------------------------------
Summary: Unify arquillian defaultProtocol in TS
Key: WFLY-8124
URL: https://issues.jboss.org/browse/WFLY-8124
Project: WildFly
Issue Type: Enhancement
Components: Test Suite
Reporter: Marek Kopecký
Assignee: Marek Kopecký
Unify arquillian defaultProtocol in TS
xts a rts module use servlet protocol. Jmx protocol is standard protocol:
{noformat}
[mkopecky at dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -i servlet
testsuite/integration/rts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
testsuite/integration/xts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
[mkopecky at dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -iv servlet | wc -l
13
[mkopecky at dhcp-10-40-5-170 base] (7.x)$
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list