projects
/
platform
/
core
/
appfw
/
wgt-backend.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe3ee9
)
Typo
10/63510/1
author
Tomasz Iwanek
<t.iwanek@samsung.com>
Thu, 24 Mar 2016 09:06:29 +0000
(10:06 +0100)
committer
Tomasz Iwanek
<t.iwanek@samsung.com>
Thu, 24 Mar 2016 09:06:29 +0000
(10:06 +0100)
Change-Id: Ia956bce9cfb391d7540f3632a98ad64e74e1334a
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 00bc484d3bbde455ed5f3f79fd4d66306e535b8a..7086e918b1320e4ce7c857133d06415fbcc94129 100644
(file)
--- a/
src/unit_tests/smoke_test.cc
+++ b/
src/unit_tests/smoke_test.cc
@@
-303,7
+303,7
@@
ci::AppInstaller::Result Reinstall(const bf::path& path,
ci::AppInstaller::Result DeltaInstall(const bf::path& path,
const bf::path& delta_package, PackageType type) {
if (Install(path, type) != ci::AppInstaller::Result::OK) {
- LOG(ERROR) << "Failed to install application. Cannot perform
RDS
";
+ LOG(ERROR) << "Failed to install application. Cannot perform
delta update
";
return ci::AppInstaller::Result::UNKNOWN;
}
return Install(delta_package, type);