[DPTTIZEN-3078][MediaPlayer] Modify precondition ADAPTIVE_STREAMING_URL 31/182431/1
authornguyen.vtan <nguyen.vtan@samsung.com>
Mon, 25 Jun 2018 06:22:31 +0000 (13:22 +0700)
committernguyen.vtan <nguyen.vtan@samsung.com>
Mon, 25 Jun 2018 06:22:31 +0000 (13:22 +0700)
Change-Id: I1d6b08ed496e7c618d346dc52dac7275cac4d00a

tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/support/PreconditionUtil.cs

index e839c88..235fe52 100644 (file)
@@ -40,8 +40,8 @@ namespace Tizen.Multimedia.Tests
                         STREAMING_URI = resultArray[index + 1];
                         break;
                     case "ADAPTIVE_STREAMING_URL":
-                        resultArray[index + 2] = resultArray[index + 2].Replace("\\", "");
-                        ADAPTIVE_STREAMING_URL = resultArray[index + 2];
+                        resultArray[index + 1] = resultArray[index + 1].Replace("\\", "");
+                        ADAPTIVE_STREAMING_URL = resultArray[index + 1];
                         break;
                     default:
                         break;