[
https://issues.jboss.org/browse/WFLY-643?page=com.atlassian.jira.plugin.s...
]
Jason Greene moved AS7-3948 to WFLY-643:
----------------------------------------
Project: WildFly (was: Application Server 7)
Key: WFLY-643 (was: AS7-3948)
Component/s: (was: Test Suite)
Fix Version/s: (was: 7.1.2.Final (EAP))
TS: Implement replacing of ...=localhost in .properties resources
-----------------------------------------------------------------
Key: WFLY-643
URL:
https://issues.jboss.org/browse/WFLY-643
Project: WildFly
Issue Type: Sub-task
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
Original Estimate: 2 hours
Remaining Estimate: 2 hours
There are 3 occurences of $SUBJ, see below.
Since they are in src/, it needs to be copied elsewhere and added to classpath from
there.
{code}
$ git grep -A1 =localhost
testsuite/integration/basic/src/test/resources/jboss-ejb-client.properties:remote.connection.default.host=localhost
testsuite/integration/basic/src/test/resources/jboss-ejb-client.properties-remote.connection.default.port=4447
--
testsuite/integration/clust/src/test/resources/cluster/ejb3/stateful/failover/sfsb-failover-jboss-ejb-client.properties:remote.connection.default.host=localhost
testsuite/integration/clust/src/test/resources/cluster/ejb3/stateful/failover/sfsb-failover-jboss-ejb-client.properties-remote.connection.default.port=4447
--
testsuite/integration/manualmode/src/test/resources/jboss-ejb-client.properties:remote.connection.default.host=localhost
testsuite/integration/manualmode/src/test/resources/jboss-ejb-client.properties-remote.connection.default.port=4447
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira