Add SECURITY_SERVER_API_ERROR_NO_SUCH_SERVICE error check.
[platform/core/test/security-tests.git] / tests / security-server-tests / security_server_measurer_API_speed.cpp
index 4544db1..1b73c87 100644 (file)
@@ -150,6 +150,7 @@ int my_pipe_write(int fd, void *buf, size_t count) {
 int communication_succeeded(int result_code) {
     switch(result_code)
     {
+    case SECURITY_SERVER_API_ERROR_NO_SUCH_SERVICE:
     case SECURITY_SERVER_API_ERROR_SOCKET:
     case SECURITY_SERVER_API_ERROR_BAD_REQUEST:
     case SECURITY_SERVER_API_ERROR_BAD_RESPONSE: