Loading ttcn/AtsMec_SensorsSharingService/AtsMec_SensorsSharingService_TestCases.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -1606,7 +1606,7 @@ module AtsMec_SensorsSharingService_TestCases { // Check HTTP Location header if (f_check_headers(v_response.response.header) == false) { log("*** " & testcasename() & ": FAIL: IUT failed in QoSMeasureSubscription ***"); log("*** " & testcasename() & ": FAIL: IUT failed in SensorDiscoveryEventSubscription ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { var charstring_list v_header_location; Loading Loading @@ -2206,7 +2206,7 @@ module AtsMec_SensorsSharingService_TestCases { // Check HTTP Location header if (f_check_headers(v_response.response.header) == false) { log("*** " & testcasename() & ": FAIL: IUT failed in QoSMeasureSubscription ***"); log("*** " & testcasename() & ": FAIL: IUT failed in SensorStatusSubscription ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { var charstring_list v_header_location; Loading Loading @@ -2824,7 +2824,7 @@ module AtsMec_SensorsSharingService_TestCases { // Check HTTP Location header if (f_check_headers(v_response.response.header) == false) { log("*** " & testcasename() & ": FAIL: IUT failed in QoSMeasureSubscription ***"); log("*** " & testcasename() & ": FAIL: IUT failed in SensorDataSubscription ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { var charstring_list v_header_location; Loading Loading @@ -2917,7 +2917,7 @@ module AtsMec_SensorsSharingService_TestCases { testcase TC_MEC_MEC046_SRV_SENSSUBNOT_SUB_NOT_007_OK_02() runs on HttpComponent system HttpTestAdapter { // Local variables var Headers v_headers; var SensorDataSubscription v_sensor_data_subscription var SensorDataSubscription v_sensor_data_subscription; var charstring v_subscription_id; // Test control Loading Loading
ttcn/AtsMec_SensorsSharingService/AtsMec_SensorsSharingService_TestCases.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -1606,7 +1606,7 @@ module AtsMec_SensorsSharingService_TestCases { // Check HTTP Location header if (f_check_headers(v_response.response.header) == false) { log("*** " & testcasename() & ": FAIL: IUT failed in QoSMeasureSubscription ***"); log("*** " & testcasename() & ": FAIL: IUT failed in SensorDiscoveryEventSubscription ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { var charstring_list v_header_location; Loading Loading @@ -2206,7 +2206,7 @@ module AtsMec_SensorsSharingService_TestCases { // Check HTTP Location header if (f_check_headers(v_response.response.header) == false) { log("*** " & testcasename() & ": FAIL: IUT failed in QoSMeasureSubscription ***"); log("*** " & testcasename() & ": FAIL: IUT failed in SensorStatusSubscription ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { var charstring_list v_header_location; Loading Loading @@ -2824,7 +2824,7 @@ module AtsMec_SensorsSharingService_TestCases { // Check HTTP Location header if (f_check_headers(v_response.response.header) == false) { log("*** " & testcasename() & ": FAIL: IUT failed in QoSMeasureSubscription ***"); log("*** " & testcasename() & ": FAIL: IUT failed in SensorDataSubscription ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } else { var charstring_list v_header_location; Loading Loading @@ -2917,7 +2917,7 @@ module AtsMec_SensorsSharingService_TestCases { testcase TC_MEC_MEC046_SRV_SENSSUBNOT_SUB_NOT_007_OK_02() runs on HttpComponent system HttpTestAdapter { // Local variables var Headers v_headers; var SensorDataSubscription v_sensor_data_subscription var SensorDataSubscription v_sensor_data_subscription; var charstring v_subscription_id; // Test control Loading