[UTC][usb-host][Non-ACR][Fix wrong strings]
authorlokilee73 <changjoo.lee@samsung.com>
Fri, 28 Sep 2018 08:37:07 +0000 (17:37 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Fri, 28 Sep 2018 08:37:12 +0000 (17:37 +0900)
Change-Id: I19a02d48996a575cce993d10dcb4b751ab106db6
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/utc/usb-host/utc-usb-host.c

index 814f87bab1352f39fca16796e70a32953b517429..a4219a56b13b83e66df0acee0689f6e092ead13b 100755 (executable)
@@ -698,7 +698,7 @@ int utc_usb_host_device_get_bcd_usb_p(void)
 }
 
 /**
- * @testcase           utc_usb_host_device_get_bcd_usb_p
+ * @testcase           utc_usb_host_device_get_bcd_usb_n
  * @since_tizen                3.0
  * @type               negative
  * @description                Get bcdUSB field from device
@@ -842,7 +842,7 @@ int utc_usb_host_device_get_protocol_n(void)
 }
 
 /**
- * @testcase           utc_usb_host_device_get_max_packet_size_0_n
+ * @testcase           utc_usb_host_device_get_max_packet_size_0_p
  * @since_tizen                3.0
  * @type               positive
  * @description                Get bDeviceMaxPacketSize0 value from device
@@ -884,7 +884,7 @@ int utc_usb_host_device_get_max_packet_size_0_n(void)
 }
 
 /**
- * @testcase           utc_usb_host_device_get_id_vendor_n
+ * @testcase           utc_usb_host_device_get_id_vendor_p
  * @since_tizen                3.0
  * @type               positive
  * @description                Get idVendor value from device
@@ -926,7 +926,7 @@ int utc_usb_host_device_get_id_vendor_n(void)
 }
 
 /**
- * @testcase           utc_usb_host_device_get_id_product_n
+ * @testcase           utc_usb_host_device_get_id_product_p
  * @since_tizen                3.0
  * @type               positive
  * @description                Get idProduct value from device
@@ -1054,7 +1054,7 @@ int utc_usb_host_device_get_num_configurations_n(void)
 /**
  * @testcase           utc_usb_host_device_is_device_opened_p
  * @since_tizen                3.0
- * @type               negative
+ * @type               positive
  * @description                Check if device is opened
  * @scenario           Checks if returned value is correct
  */
@@ -3010,7 +3010,7 @@ int utc_usb_host_transfer_submit_n(void)
 /**
  * @testcase           utc_usb_host_transfer_submit_p
  * @since_tizen                5.0
- * @type               negative
+ * @type               positive
  * @description                submit a transfer
  * @scenario           Checks if transfer is submitted
  */