From: Junkyeong Kim Date: Fri, 26 Jun 2020 06:35:02 +0000 (+0900) Subject: haltest: erase unnecessary tc X-Git-Tag: accepted/tizen/unified/20200630.131407~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtbm.git;a=commitdiff_plain;h=35ba5934c1ec98c047f53d1bbc251c877fb84a6e haltest: erase unnecessary tc Change-Id: I60f5f303d0cbdebcac2fa723007551dedf213f3b Signed-off-by: Junkyeong Kim --- diff --git a/haltests/tc_tbm_env.cpp b/haltests/tc_tbm_env.cpp index 024ae72..c2325bc 100644 --- a/haltests/tc_tbm_env.cpp +++ b/haltests/tc_tbm_env.cpp @@ -70,18 +70,6 @@ TEST_F(TBMEnv, BufmgrInitDeinit) ASSERT_TRUE(tbm_bufmgr_debug_get_ref_count() == 0); } -TEST_F(TBMEnv, BufmgrInitWithoutEnv) -{ - tbm_bufmgr bufmgr; - - TBMEnv::TearDown(); - - bufmgr = tbm_bufmgr_init(-1); - EXPECT_EQ(bufmgr, nullptr); - - ASSERT_TRUE(tbm_bufmgr_debug_get_ref_count() == 0); -} - TEST_F(TBMEnv, BufmgrInitFewTimes) { tbm_bufmgr bufmgr[10]; @@ -223,4 +211,4 @@ TEST_F(TBMEnv, SurfaceQueryFormatSuccess) INSTANTIATE_TEST_CASE_P(TBMEnvParams, TBMEnv, - Combine(Bool(), Bool(), Values("none"))); \ No newline at end of file + Combine(Bool(), Bool(), Values("none")));