This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 8319ac9aac4b61170393d5cd7f93cd15b29f77b9
Author: acsukesh <sukes...@huawei.com>
AuthorDate: Mon Apr 9 14:20:56 2018 +0530

    [SCB-292] chassis support standard parameter validation
---
 .../swagger/invocation/exception/TestExceptionToResponseConverters.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/swagger/swagger-invocation/invocation-core/src/test/java/org/apache/servicecomb/swagger/invocation/exception/TestExceptionToResponseConverters.java
 
b/swagger/swagger-invocation/invocation-core/src/test/java/org/apache/servicecomb/swagger/invocation/exception/TestExceptionToResponseConverters.java
index 221ae9e..022ff8c 100644
--- 
a/swagger/swagger-invocation/invocation-core/src/test/java/org/apache/servicecomb/swagger/invocation/exception/TestExceptionToResponseConverters.java
+++ 
b/swagger/swagger-invocation/invocation-core/src/test/java/org/apache/servicecomb/swagger/invocation/exception/TestExceptionToResponseConverters.java
@@ -38,7 +38,7 @@ public class TestExceptionToResponseConverters {
       @Mocked Response rDef) {
     new Expectations(SPIServiceUtils.class) {
       {
-        SPIServiceUtils.getAllService(ExceptionToResponseConverter.class);
+        SPIServiceUtils.getSortedService(ExceptionToResponseConverter.class);
         result = Arrays.asList(c1, c2, cDef);
 
         c1.getExceptionClass();

-- 
To stop receiving notification emails like this one, please contact
liu...@apache.org.

Reply via email to