]
Anil Saldhana updated JBAS-4234:
--------------------------------
Component/s: Test Suite
Fix Version/s: JBossAS-5.0.0.Beta2
Affects Version/s: JBossAS-5.0.0.Beta1
SourceForge Reference:
JBAS Testsuite: getServerHost() related changes
-----------------------------------------------
Key: JBAS-4234
URL:
http://jira.jboss.com/jira/browse/JBAS-4234
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.0.0.Beta1
Reporter: Anil Saldhana
Fix For: JBossAS-5.0.0.Beta2
public class xxTestCase
{
private url = "http" + getServerHost() + .....;
}
needs to be changed to:
public class xxTestCase
{
private url ;
public void setUp()
{
super.setUp();
url = "http" + getServerHost() + ....;
}
Also all the hardcoded "localhost" tests should be replaced with getServerHost
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: