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

svn commit: r584026 - /incubator/cxf/trunk/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java

Author: ningjiang
Date: Thu Oct 11 19:18:31 2007
New Revision: 584026

URL: http://svn.apache.org/viewvc?rev=584026&view=rev
Log:
Fixed the typos of my last commit, thanks Glen

Modified:
    incubator/cxf/trunk/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java

Modified: incubator/cxf/trunk/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java?rev=584026&r1=584025&r2=584026&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java (original)
+++ incubator/cxf/trunk/rt/transports/local/src/test/java/org/apache/cxf/transport/local/LocalTransportFactoryTest.java Thu Oct 11 19:18:31 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);
     }