[Bluetooth][Manual][Non-ACR] Correct the pass condition for AvrcpControl 82/251182/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 11 Jan 2021 05:30:34 +0000 (14:30 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 11 Jan 2021 05:30:34 +0000 (14:30 +0900)
Change-Id: Ie22a01ed75f3adc6b9cb357773aa644da7885417
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
tct-suite-vs/Tizen.Bluetooth.Manual.Tests/testcase/TSBluetoothCombine5_AvrcpControl.cs

index 190882d..19ecd9a 100644 (file)
@@ -287,15 +287,15 @@ namespace Tizen.Network.Bluetooth.Tests
             /* We can't occupy the precondition, if AVRCP Control feature is not supported in Manual TC */
             if (_isBluetoothAudioControlSupported == false)
             {
-                BluetoothHelper.DisplayLabel("IsConnected_PROPERTY_READ_ONLY");
+                BluetoothHelper.DisplayLabel("RemoteAddress_PROPERTY_READ_ONLY");
                 await ManualTest.WaitForConfirm();
                 return;
             }
 
-            if (pass_IsConnected_PROPERTY_READ_ONLY == false)
+            if (pass_RemoteAddress_PROPERTY_READ_ONLY == false)
                 await AvrcpControlCombine_TEST();
 
-            Assert.True(pass_IsConnected_PROPERTY_READ_ONLY, "[TestCase][IsConnected_PROPERTY_READ_ONLY] Fail");
+            Assert.True(pass_RemoteAddress_PROPERTY_READ_ONLY, "[TestCase][RemoteAddress_PROPERTY_READ_ONLY] Fail");
         }
 
         [Test]