[common][bluetooth][TSIX-6639, modify case conditon about device.deviceClass.services... 59/244859/2
authorzhaofeng <feng.zhao@samsung.com>
Fri, 25 Sep 2020 07:11:26 +0000 (15:11 +0800)
committerFENG ZHAO <feng.zhao@samsung.com>
Tue, 29 Sep 2020 02:14:34 +0000 (02:14 +0000)
Change-Id: Id4f8958cff2ba6d102ac838151bac864e21c6366
Signed-off-by: zhaofeng <feng.zhao@samsung.com>
common/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass.html

index 6d0348029c84371248dc4ccf9d951f6c51f4cbe9..6fd05286dd9a214c6b64619d87006a7a0731b618 100755 (executable)
@@ -103,7 +103,7 @@ t.step(function () {
         test(function () {
             assert_own_property(device.deviceClass, "services", "No property service name.");
             assert_type(device.deviceClass.services, "array", "device.deviceClass.services is type array.");
-            assert_true(device.deviceClass.services.length > 0, "bluetooth device services not found");
+            assert_true(device.deviceClass.services.length >= 0, "bluetooth device services not found");
 
             devService = device.deviceClass.services[0];
             device.deviceClass.services[0] = null;