utest: fix all failed tests and add new tests
[platform/core/uifw/libtdm.git] / src / tdm_hwc_window.c
index e9be4c3..1605f58 100644 (file)
@@ -329,7 +329,7 @@ tdm_hwc_window_create_internal(tdm_private_output *private_output, int is_video,
                if (!func_output->output_hwc_create_video_window) {
                        /* LCOV_EXCL_START */
                        if (error)
-                               *error = TDM_ERROR_BAD_MODULE;
+                               *error = TDM_ERROR_NOT_IMPLEMENTED;
                        return NULL;
                        /* LCOV_EXCL_STOP */
                }