diff --git a/regression_test/commProcedure/ProcPort.ttcn b/regression_test/commProcedure/ProcPort.ttcn index 6c1e792b384ffbf0c1b38db531f73c641c6539cc..e58d4ba04772f6164924c7b13a7ca1e72cc3e692 100644 --- a/regression_test/commProcedure/ProcPort.ttcn +++ b/regression_test/commProcedure/ProcPort.ttcn @@ -621,9 +621,9 @@ testcase tc_Check_2() runs on ProcComponent { } // Address port cannot be connected. -testcase tc_PortAddress_internal_usage() runs on ProcComponentMultiPort { - /* procedure based internal communication with address-supporting port */ - /*var ProcComponent2 PC2; +/*testcase tc_PortAddress_internal_usage() runs on ProcComponentMultiPort { + //procedure based internal communication with address-supporting port + var ProcComponent2 PC2; var integer i:=0; PC2:=ProcComponent2.create; PC2.start(GetCall_behav3()); @@ -650,9 +650,9 @@ testcase tc_PortAddress_internal_usage() runs on ProcComponentMultiPort { []Port4.catch(timeout) { setverdict(fail); } - }*/ + } setverdict(pass); -} +}*/ testcase tc_PortAddress_external_usage1() runs on addressComponent system addressComponent { @@ -794,7 +794,7 @@ control { execute(tc_Call_MultiPTC_anyport()); execute(tc_Check_1()); execute(tc_Check_2()); - execute(tc_PortAddress_internal_usage()); // auto pass: address port cannot be connected. + //execute(tc_PortAddress_internal_usage()); execute(tc_PortAddress_external_usage1()); execute(tc_PortAddress_external_usage2()); execute(tc_GetReplyParameters());