Skip to content

Commit 933caca

Browse files
committed
Close unit test ThriftProtocolTest
1 parent 6a77179 commit 933caca

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dubbo-rpc/dubbo-rpc-thrift/src/test/java/com/alibaba/dubbo/rpc/protocol/thrift/ThriftProtocolTest.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import org.junit.After;
2121
import org.junit.Before;
22-
import org.junit.Test;
2322

2423
/**
2524
* @author <a href="mailto:gang.lvg@alibaba-inc.com">kimi</a>
@@ -61,11 +60,11 @@ public void tearDown() throws Exception {
6160
}
6261

6362
}
64-
63+
/*
6564
@Test
6665
public void testRefer() throws Exception {
6766
// FIXME
68-
/*invoker = protocol.refer( Demo.class, url );
67+
*//*invoker = protocol.refer( Demo.class, url );
6968
7069
Assert.assertNotNull( invoker );
7170
@@ -81,8 +80,8 @@ public void testRefer() throws Exception {
8180
8281
Result result = invoker.invoke( invocation );
8382
84-
Assert.assertEquals( arg, result.getResult() );*/
83+
Assert.assertEquals( arg, result.getResult() );*//*
8584
86-
}
85+
}*/
8786

8887
}

0 commit comments

Comments
 (0)