From: DoHyun Pyun Date: Wed, 13 May 2020 01:00:06 +0000 (+0900) Subject: [Bluetooth][Manual][Non-ACR][Correct the check condition for SDP service UUID] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F233179%2F3;p=test%2Ftct%2Fcsharp%2Fapi.git [Bluetooth][Manual][Non-ACR][Correct the check condition for SDP service UUID] Change-Id: Id978a940a4c558ad4fb87e774f63bc337312d141 --- diff --git a/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothDeviceSdpData.cs b/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothDeviceSdpData.cs index 26a138367..c8f71b286 100755 --- a/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothDeviceSdpData.cs +++ b/tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothDeviceSdpData.cs @@ -122,8 +122,8 @@ namespace Tizen.Network.Bluetooth.Tests try { await Setup(); - - Assert.IsInstanceOf>(sdpData.ServiceUuid, "ServiceUuid value is not of type Collection"); + + Assert.IsInstanceOf>(sdpData.ServiceUuid, "ServiceUuid value is not of type IEnumerable"); if (bondedDevice.ServiceCount > 0) {