[RPCPort][Non-ACR] Fix tct fail issue 03/264803/1
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 30 Sep 2021 05:03:09 +0000 (14:03 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 30 Sep 2021 05:04:42 +0000 (14:04 +0900)
Change-Id: Id87fae5ee2a8c2c9067e2e47b350de0f10a10617
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
tct-suite-vs/Tizen.Applications.RPCPort.Tests/testcase/TSRPCPort.Parcel.cs

index 6055edd..6cf363a 100755 (executable)
@@ -126,7 +126,8 @@ namespace Tizen.Applications.Tests
             /* TEST CODE */
             try
             {
-                var p = new Parcel(null);
+                Port port = null;
+                var p = new Parcel(port);
             }
             catch (InvalidIOException)
             {