[Bluetooth][Manual][Non-ACR][Correct the check condition for SDP service UUID] 79/233179/3
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 13 May 2020 01:00:06 +0000 (10:00 +0900)
committerPyun DoHyun <dh79.pyun@samsung.com>
Wed, 13 May 2020 01:29:45 +0000 (01:29 +0000)
Change-Id: Id978a940a4c558ad4fb87e774f63bc337312d141

tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothDeviceSdpData.cs

index 26a138367d429c8721898d8df07ce6776034dfa7..c8f71b286cfd5ab3481d033744f17ee2a95c58b0 100755 (executable)
@@ -122,8 +122,8 @@ namespace Tizen.Network.Bluetooth.Tests
             try
             {
                 await Setup();
-    
-                Assert.IsInstanceOf<Collection<string>>(sdpData.ServiceUuid, "ServiceUuid value is not of type Collection<string>");
+
+                Assert.IsInstanceOf<IEnumerable<string>>(sdpData.ServiceUuid, "ServiceUuid value is not of type IEnumerable<string>");
 
                 if (bondedDevice.ServiceCount > 0)
                 {