Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-4234

JBAS Testsuite: getServerHost() related changes

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • JBossAS-5.0.0.Beta2
    • JBossAS-5.0.0.Beta1
    • Test Suite
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            anil.saldhana Anil Saldanha (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: