From: SooChan Lim Date: Wed, 21 Mar 2018 08:53:16 +0000 (+0900) Subject: utest: imported bo could be different with the same key and fd X-Git-Tag: accepted/tizen/unified/20180323.062212~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1852b91cd837c13428ce9bb1fc3f936c5195f502;p=platform%2Fcore%2Fuifw%2Flibtbm.git utest: imported bo could be different with the same key and fd Change-Id: I901f7d87d35b3940d291d2de155b500974813390 --- diff --git a/utests/ut_tbm_bo.cpp b/utests/ut_tbm_bo.cpp index 41a5352..889e6ef 100644 --- a/utests/ut_tbm_bo.cpp +++ b/utests/ut_tbm_bo.cpp @@ -483,8 +483,6 @@ TEST_P(TBMBo, BoImportTwice) bo3 = tbm_bo_import(bufmgr, bo_key); ASSERT_TRUE(bo3 != NULL); - ASSERT_EQ(bo2, bo3); - tbm_bo_unref(bo3); tbm_bo_unref(bo2); tbm_bo_unref(bo1); @@ -563,8 +561,6 @@ TEST_P(TBMBo, BoImportFdTwice) bo3 = tbm_bo_import_fd(bufmgr, bo_fd); ASSERT_TRUE(bo3 != NULL); - ASSERT_EQ(bo2, bo3); - tbm_bo_unref(bo3); tbm_bo_unref(bo2); tbm_bo_unref(bo1);