From: Youngjae Cho Date: Thu, 11 Mar 2021 06:00:08 +0000 (+0900) Subject: haltest: remove test for put backend X-Git-Tag: submit/tizen/20210323.041901~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13e4c0b33c4490a02ba91e8de707964c691c933b;p=platform%2Fhal%2Fapi%2Fdevice.git haltest: remove test for put backend Change-Id: I9f50848c61fa6c17c73270ee9181b1fec23e3eb9 Signed-off-by: Youngjae Cho --- diff --git a/haltest/display.cpp b/haltest/display.cpp index 719a7a5..cb85fe3 100644 --- a/haltest/display.cpp +++ b/haltest/display.cpp @@ -333,16 +333,3 @@ TEST_F(DISPLAY, SetFrameRateP) EXPECT_GE(ret, 0) << "Fail to set frame rate (" << ret << ")"; } - -TEST_F(DISPLAY, DeinitP) -{ - int ret; - - if (!display_supported) { - SKIP_MESSAGE("Display not supported"); - return; - } - - ret = hal_device_display_put_backend(); - EXPECT_GE(ret, 0) << "Fail to close display device (" << ret << ")"; -}