[SECIOTSW-530] Initialize a member of IPCTestSuite 64/125864/1
authorSungjun, Lee <sjun221.lee@samsung.com>
Wed, 19 Apr 2017 06:34:01 +0000 (15:34 +0900)
committerSungjun, 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

index ab54fad2f07e33634af9d21df0b40e4ae6a88e8d..be31e469028237602a8c52ef70667f1db7f5554c 100644 (file)
@@ -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);