projects
/
platform
/
core
/
security
/
klay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd26cc
)
[SECIOTSW-530] Initialize a member of IPCTestSuite
64/125864/1
author
Sungjun, Lee
<sjun221.lee@samsung.com>
Wed, 19 Apr 2017 06:34:01 +0000
(15:34 +0900)
committer
Sungjun, Lee
<sjun221.lee@samsung.com>
Wed, 19 Apr 2017 06:34:01 +0000
(15:34 +0900)
Signed-off-by: Sungjun, Lee <sjun221.lee@samsung.com>
Change-Id: I54f01c0190a13f3956539744ef858e024892e601
[WGID: 20787] Following members aren't initialized: pid.
test/rmi.cpp
patch
|
blob
|
history
diff --git
a/test/rmi.cpp
b/test/rmi.cpp
index ab54fad2f07e33634af9d21df0b40e4ae6a88e8d..be31e469028237602a8c52ef70667f1db7f5554c 100644
(file)
--- a/
test/rmi.cpp
+++ b/
test/rmi.cpp
@@
-266,7
+266,7
@@
pid_t PrepareTestServer(void)
class IpcTestSuite : public testbench::TestSuite {
public:
IpcTestSuite(const std::string& name) :
- testbench::TestSuite(name)
+ testbench::TestSuite(name)
, pid(-1)
{
addTest(IpcTestSuite::connectionTest);
addTest(IpcTestSuite::remoteMethodCallTest);