File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
dubbo-rpc/dubbo-rpc-thrift/src/test/java/com/alibaba/dubbo/rpc/protocol/thrift Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919
2020import org .junit .After ;
2121import 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}
You can’t perform that action at this time.
0 commit comments