[AudioManager] Fix TC bug 70/216370/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Thu, 24 Oct 2019 05:54:29 +0000 (14:54 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Thu, 24 Oct 2019 05:54:29 +0000 (14:54 +0900)
Change-Id: If0c8d99a726aeeb6e9f535309f00e08b6f0c0d6c

tct-suite-vs/Tizen.Multimedia.Tests/testcase/AudioManager/TSAudioStreamPolicy.cs

index c9a8ccd..ae16e99 100644 (file)
@@ -635,7 +635,7 @@ namespace Tizen.Multimedia.Tests
         [Property("AUTHOR", "Sangchul Lee, sc11.lee@samsung.com")]
         public void PreferredInputDevice_IF_DEVICE_IS_NOT_SUPPORTED()
         {
-            using (AudioStreamPolicy asp = new AudioStreamPolicy(AudioStreamType.Media))
+            using (AudioStreamPolicy asp = new AudioStreamPolicy(AudioStreamType.VoiceRecognition))
             {
                 if (_audioJackWithoutMic != null)
                     Assert.That(() => asp.PreferredInputDevice = _audioJackWithoutMic,