Author: eglynn
Date: Mon Nov 23 15:19:58 2009
New Revision: 883367
URL: http://svn.apache.org/viewvc?rev=883367&view=rev
Log:
Forgot to unskip test that routinely fails in Linux build
Modified:
servicemix/smx4/nmr/trunk/nmr/core/src/test/java/org/apache/servicemix/nmr/core/ChannelImplTest.java
Modified:
servicemix/smx4/nmr/trunk/nmr/core/src/test/java/org/apache/servicemix/nmr/core/ChannelImplTest.java
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/core/src/test/java/org/apache/servicemix/nmr/core/ChannelImplTest.java?rev=883367&r1=883366&r2=883367&view=diff
==============================================================================
---
servicemix/smx4/nmr/trunk/nmr/core/src/test/java/org/apache/servicemix/nmr/core/ChannelImplTest.java
(original)
+++
servicemix/smx4/nmr/trunk/nmr/core/src/test/java/org/apache/servicemix/nmr/core/ChannelImplTest.java
Mon Nov 23 15:19:58 2009
@@ -176,7 +176,7 @@
assertEquals(Status.Error, e.getStatus());
}
- public void xtestChangeThreadNameForSyncExchange() throws Exception {
+ public void testChangeThreadNameForSyncExchange() throws Exception {
final BlockingEndpoint blocking = new BlockingEndpoint();
final CountDownLatch sent = new CountDownLatch(1);
final Map<String, Object> props =
ServiceHelper.createMap(Endpoint.NAME, "blocking");