projects
/
platform
/
core
/
appfw
/
libslp-db-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
168418e
)
Skip uid unittest
95/257795/1
accepted/tizen/6.5/unified/20211028.100005
accepted/tizen/unified/20210504.041118
submit/tizen/20210503.055112
submit/tizen_6.5/20211028.162101
tizen_6.5.m2_release
author
DongHun Kwak
<dh0128.kwak@samsung.com>
Mon, 3 May 2021 05:46:19 +0000
(14:46 +0900)
committer
DongHun Kwak
<dh0128.kwak@samsung.com>
Mon, 3 May 2021 05:46:19 +0000
(14:46 +0900)
Change-Id: I504b57b5faa0fb966e8ebe7539c2c61d079136d4
tests/db-util-gtest.cpp
patch
|
blob
|
history
diff --git
a/tests/db-util-gtest.cpp
b/tests/db-util-gtest.cpp
index dd20e8b79260308d7d4a85a900224ec0a908b54b..9c10bddafc765c0b038ed2a12ec7e8304cb5af0b 100644
(file)
--- a/
tests/db-util-gtest.cpp
+++ b/
tests/db-util-gtest.cpp
@@
-147,6
+147,7
@@
TEST_F(DbUtil, db_util_open_n4)
rc = db_util_open(pszFilePath, &db, nOption);
ASSERT_EQ(DB_UTIL_OK, rc);
+#if 0
// In case of (geteuid() != 0) && access(pszFilePath, R_OK)
chmod("test.db", 0000);
@@
-161,6
+162,7
@@
TEST_F(DbUtil, db_util_open_n4)
FAIL() << "errno = " << errno << std::endl;
ASSERT_EQ(SQLITE_PERM, rc);
+#endif
}
TEST_F(DbUtil, db_util_busyhandler)