Author: sergeyb
Date: Thu Mar 26 18:34:00 2009
New Revision: 758791
URL: http://svn.apache.org/viewvc?rev=758791&view=rev
Log:
Temporarily removing a thread-safe fix for a coloc test to keep build going
Modified:
cxf/branches/2.1.x-fixes/rt/bindings/coloc/src/test/java/org/apache/cxf/binding/coloc/ColocOutInterceptorTest.java
Modified:
cxf/branches/2.1.x-fixes/rt/bindings/coloc/src/test/java/org/apache/cxf/binding/coloc/ColocOutInterceptorTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/rt/bindings/coloc/src/test/java/org/apache/cxf/binding/coloc/ColocOutInterceptorTest.java?rev=758791&r1=758790&r2=758791&view=diff
==============================================================================
---
cxf/branches/2.1.x-fixes/rt/bindings/coloc/src/test/java/org/apache/cxf/binding/coloc/ColocOutInterceptorTest.java
(original)
+++
cxf/branches/2.1.x-fixes/rt/bindings/coloc/src/test/java/org/apache/cxf/binding/coloc/ColocOutInterceptorTest.java
Thu Mar 26 18:34:00 2009
@@ -61,10 +61,6 @@
private Message msg;
private Exchange ex;
- public ColocOutInterceptorTest() {
- control.makeThreadSafe(true);
- }
-
@Before
public void setUp() throws Exception {
colocOut = new ColocOutInterceptor();