X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fconnection_test.c;h=4a63bac9377269e2d2ea5c926da8c4c18823c6ab;hb=afff118d65ed2025921408235af65e78ca97cb32;hp=4864e36cb1f4d62e618c7a0adf568c586edf35f7;hpb=ddf6a9e5d1434d3059584807d65c1fd78a77bcbc;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/test/connection_test.c b/test/connection_test.c index 4864e36..4a63bac 100755 --- a/test/connection_test.c +++ b/test/connection_test.c @@ -231,6 +231,10 @@ static const char *test_print_error(connection_error_e error) return "CONNECTION_ERROR_PERMISSION_DENIED"; case CONNECTION_ERROR_NOT_SUPPORTED: return "CONNECTION_ERROR_NOT_SUPPORTED"; + case CONNECTION_ERROR_NOT_INITIALIZED: + return "CONNECTION_ERROR_NOT_INITIALIZED"; + case CONNECTION_ERROR_ALREADY_INITIALIZED: + return "CONNECTION_ERROR_ALREADY_INITIALIZED"; default: return "CONNECTION_ERROR_UNKNOWN"; }