I think:
@Test
public void stringPath_springmvc_intf() {
String expect = "serviceComb%2FserviceComb";
assertEquals(expect, consumersSpringmvc.getIntf().stringPath(expect));
}
But
@Test
public void stringPath_springmvc_intf() {
String expect = "serviceComb%2FserviceComb";
assertEquals("serviceComb/serviceComb",
consumersSpringmvc.getSCBRestTemplate().getForObject("/stringPath/" + expect,
String.class));
}
How do you think so?
[ Full content available at:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/924 ]
This message was relayed via gitbox.apache.org for [email protected]