You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/10/16 04:30:28 UTC

svn commit: r585001 - in /incubator/cxf/branches/2.0.x-fixes: ./ rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java

Author: dkulp
Date: Mon Oct 15 19:30:27 2007
New Revision: 585001

URL: http://svn.apache.org/viewvc?rev=585001&view=rev
Log:
Merged revisions 584026 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r584026 | ningjiang | 2007-10-11 22:18:31 -0400 (Thu, 11 Oct 2007) | 1 line
  
  Fixed the typos of my last commit, thanks Glen
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: incubator/cxf/branches/2.0.x-fixes/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java?rev=585001&r1=585000&r2=585001&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java (original)
+++ incubator/cxf/branches/2.0.x-fixes/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java Mon Oct 15 19:30:27 2007
@@ -37,12 +37,12 @@
 
 public class LocalTransportFactoryTest extends Assert {
     @Test
-    public void testLocalTransportWithSeperateThread() throws Exception {
+    public void testLocalTransportWithSeparateThread() throws Exception {
         testInvocation(false);
     }
 
     @Test
-    public void testLocalTranpsortWithDirectDispatch() throws Exception {
+    public void testLocalTransportWithDirectDispatch() throws Exception {
         testInvocation(true);
     }