You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Justin Edelson <ju...@gmail.com> on 2010/09/23 18:11:03 UTC

Re: svn commit: r1000496 - /sling/trunk/launchpad/integration-tests/pom.xml

It seems like we should change the default base URL in HttpTestBase. WDYT?

On 9/23/10 11:24 AM, bdelacretaz@apache.org wrote:
> Author: bdelacretaz
> Date: Thu Sep 23 15:24:45 2010
> New Revision: 1000496
> 
> URL: http://svn.apache.org/viewvc?rev=1000496&view=rev
> Log:
> default port changed to 8080
> 
> Modified:
>     sling/trunk/launchpad/integration-tests/pom.xml
> 
> Modified: sling/trunk/launchpad/integration-tests/pom.xml
> URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1000496&r1=1000495&r2=1000496&view=diff
> ==============================================================================
> --- sling/trunk/launchpad/integration-tests/pom.xml (original)
> +++ sling/trunk/launchpad/integration-tests/pom.xml Thu Sep 23 15:24:45 2010
> @@ -37,7 +37,7 @@
>  
>    <properties>
>      <!-- HTTP port of Sling instance to test -->
> -    <http.port>8888</http.port>
> +    <http.port>8080</http.port>
>  
>      <!-- path suffix for HTTP access to Sling test instance -->
>      <http.base.path/>
> @@ -164,4 +164,4 @@
>        <scope>compile</scope>
>      </dependency>
>    </dependencies>
> -</project>
> \ No newline at end of file
> +</project>
> 
> 


Re: svn commit: r1000496 - /sling/trunk/launchpad/integration-tests/pom.xml

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Thu, Sep 23, 2010 at 6:11 PM, Justin Edelson <ju...@gmail.com> wrote:
> It seems like we should change the default base URL in HttpTestBase. WDYT?

Sure, let's be consistent everywhere - just fixed the one that bugged me ;-)

-Bertrand