yhs0092 commented on a change in pull request #888: [SCB-886] Fix path param
encode decode problem
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/888#discussion_r214846789
##########
File path:
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/testcase/base/TestDataTypeJaxrs.java
##########
@@ -255,4 +252,19 @@ public void testDefault_rt() {
Integer result = restTemplate.getForObject(urlPrefix, Integer.class);
assertEquals((int) result, 100);
}
+
+ @Test
+ public void spaceCharEncode_intf() {
Review comment:
The tests have been moved into `ParamCodecSchema` and `TestParamCodec`.
Please review
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services