projects
/
platform
/
core
/
appfw
/
tpk-backend.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9761c
)
Revert "Fix a static analyzer issue"
23/123923/1
author
Sangyoon Jang
<s89.jang@samsung.com>
Fri, 7 Apr 2017 12:08:19 +0000
(
05:08
-0700)
committer
Sangyoon Jang
<s89.jang@samsung.com>
Fri, 7 Apr 2017 12:08:19 +0000
(
05:08
-0700)
This reverts commit
5e9761c9a5e012ff1067084f366299c029354c27
.
Change-Id: I08cbb30aa5bd0ad1f79364e1144cf7e52da026c5
src/unit_tests/smoke_test.cc
patch
|
blob
|
history
diff --git
a/src/unit_tests/smoke_test.cc
b/src/unit_tests/smoke_test.cc
index 45c651e6612c9549dacc88ea3b29212d67255a54..9f70312b399fe1a763e0b281b6a8c06feb894241 100644
(file)
--- a/
src/unit_tests/smoke_test.cc
+++ b/
src/unit_tests/smoke_test.cc
@@
-80,8
+80,7
@@
class ScopedTzipInterface {
explicit ScopedTzipInterface(const std::string& pkgid)
: pkg_path_(bf::path(ci::GetRootAppPath(false,
kTestUserId)) / pkgid),
- interface_(ci::GetMountLocation(pkg_path_)),
- mounted_(true) {
+ interface_(ci::GetMountLocation(pkg_path_)) {
interface_.MountZip(ci::GetZipPackageLocation(pkg_path_, pkgid));
}