Commit cb13ac43 authored by Yann Garcia's avatar Yann Garcia
Browse files

Editorial changes in AtsMec_SensorsSharingService

parent be76ffe0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;
@@ -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;
@@ -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;
@@ -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