utest: change the size check 35/173435/2
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 21 Mar 2018 08:55:26 +0000 (17:55 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 22 Mar 2018 02:26:37 +0000 (02:26 +0000)
Change-Id: If934d1c9476941c04c410536e2370568737e2463

utests/ut_tbm_bo.cpp

index 889e6ef..ccc0f8c 100644 (file)
@@ -577,7 +577,7 @@ TEST_P(TBMBo, BoSize)
        ASSERT_TRUE(bo != NULL);
 
        size = tbm_bo_size(bo);
-       ASSERT_TRUE(size == UT_TBM_BO_SIZE);
+       ASSERT_TRUE(size == 0);
 
        tbm_bo_unref(bo);
 }