projects
/
platform
/
core
/
test
/
security-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaedb3b
)
SM : Set offline default value for TemporaryTestUser constructor
75/91675/3
author
Zofia Abramowska
<z.abramowska@samsung.com>
Mon, 10 Oct 2016 10:57:32 +0000
(12:57 +0200)
committer
Zofia Abramowska
<z.abramowska@samsung.com>
Wed, 12 Oct 2016 09:41:34 +0000
(11:41 +0200)
Change-Id: Ib79c90baa50b11b012c9811ef306aabb70576e85
src/common/temp_test_user.h
patch
|
blob
|
history
diff --git
a/src/common/temp_test_user.h
b/src/common/temp_test_user.h
index c8ead93dad38fd0fc8ab5f2811472be30113b7ce..fc45c3407948dcbfb7bb14a4bc3ee02f38e854d9 100644
(file)
--- a/
src/common/temp_test_user.h
+++ b/
src/common/temp_test_user.h
@@
-25,7
+25,7
@@
class TemporaryTestUser {
public:
TemporaryTestUser() = delete;
- TemporaryTestUser(std::string userName, GumUserType userType, bool offline) :
+ TemporaryTestUser(std::string userName, GumUserType userType, bool offline
= false
) :
m_uid(0),
m_gid(0),
m_userName(userName),