projects
/
platform
/
core
/
uifw
/
libtbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b6f3af
)
utest: make BufmgrInitSuccessIniteTwice test in BufmgrInit testcase
90/170590/1
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 20 Feb 2018 07:59:16 +0000
(16:59 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 20 Feb 2018 07:59:16 +0000
(16:59 +0900)
Change-Id: I1c1749787c860e8c239a1a5b2ff7686e5e98382e
utests/ut_tbm_bufmgr.cpp
patch
|
blob
|
history
diff --git
a/utests/ut_tbm_bufmgr.cpp
b/utests/ut_tbm_bufmgr.cpp
index
0b5703d
..
4ea0ab4
100644
(file)
--- a/
utests/ut_tbm_bufmgr.cpp
+++ b/
utests/ut_tbm_bufmgr.cpp
@@
-5,13
+5,11
@@
/* tbm_bufmgr_init() */
-TEST_F(UtInit, BufmgrInitSuccessIniteTwice)
+TEST_F(Ut
Bufmgr
Init, BufmgrInitSuccessIniteTwice)
{
tbm_bufmgr bufmgr2;
tbm_bo bo;
- UtBufmgrInit();
-
bufmgr2 = tbm_bufmgr_init(-1);
tbm_bufmgr_deinit(bufmgr2);