[Multimedia][Non-ACR] check bluetooth media feature properly for TSAudioDevice manual TC 63/175863/1
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 13 Apr 2018 04:28:48 +0000 (13:28 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 13 Apr 2018 04:30:50 +0000 (04:30 +0000)
Change-Id: I8cbb6b08d530d8d54258f3ff201166d3fe10c790

tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/TSAudioDevice.cs

index c83539b..039c571 100755 (executable)
@@ -19,7 +19,7 @@ namespace Tizen.Multimedia.Tests
         {
             Log.Info(LogTag, "AudioDevice Test OneTimeInit");
 
-            Information.TryGetValue<bool>("tizen.org/feature/network.bluetooth", out _isBluetoothAvailable);
+            Information.TryGetValue<bool>("tizen.org/feature/network.bluetooth.audio.media", out _isBluetoothAvailable);
 
             Log.Info(LogTag, "Bluetooth available : " + _isBluetoothAvailable);
         }