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);