You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Dan Diephouse <da...@envoisolutions.com> on 2006/11/07 10:19:36 UTC

Re: svn commit: r472023 - /incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/WrappedServiceTest.java

Can someone reset the IONA cruise control that sends out the build 
notices to the commiters? My previous commit caused it to hang with a 
port open, and now the new build can't open a new port... Sorry bout that!

- Dan

dandiep@apache.org wrote:

>Author: dandiep
>Date: Tue Nov  7 00:24:26 2006
>New Revision: 472023
>
>URL: http://svn.apache.org/viewvc?view=rev&rev=472023
>Log:
>This is what happens when I give demos on my laptop and then commit..
>
>Modified:
>    incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/WrappedServiceTest.java
>
>Modified: incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/WrappedServiceTest.java
>URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/WrappedServiceTest.java?view=diff&rev=472023&r1=472022&r2=472023
>==============================================================================
>--- incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/WrappedServiceTest.java (original)
>+++ incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/WrappedServiceTest.java Tue Nov  7 00:24:26 2006
>@@ -71,7 +71,6 @@
>         assertEquals("updateCustomer", bop.getName().getLocalPart());
>         
>         // TEST POST/GETs
>-        Thread.sleep(100000000);
>         Document res = get("http://localhost:9001/customers");
>         assertNotNull(res);
>         
>
>
>  
>


-- 
Dan Diephouse
(616) 971-2053
Envoi Solutions LLC
http://netzooid.com


Re: svn commit: r472023 - /incubator/cxf/trunk/rt/bindings/http/src/test/java/org/apache/cxf/binding/http/wrapped/WrappedServiceTest.java

Posted by Conrad O'Dea <co...@iona.com>.
On Tue, 2006-11-07 at 17:19 +0800, Dan Diephouse wrote:
> Can someone reset the IONA cruise control that sends out the build 
> notices to the commiters? My previous commit caused it to hang with a 
> port open, and now the new build can't open a new port... Sorry bout that!

I've just bounced it.  I'll keep an eye to see if the next build passes.

Conrad