[jboss-jira] [JBoss JIRA] Updated: (JBAS-4234) JBAS Testsuite: getServerHost() related changes

Anil Saldhana (JIRA) jira-events at lists.jboss.org
Thu Mar 22 14:32:42 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBAS-4234?page=all ]

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: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030763#4030763

> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list