From: Sanghoon Lee Date: Tue, 17 Jul 2018 04:27:16 +0000 (+0900) Subject: [MediaPlayer][Non-ACR][Updated precondition value] X-Git-Tag: tct5.0_m2~161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1894be3638c027e1fe1708a34f05ed299a363b70;p=test%2Ftct%2Fcsharp%2Fapi.git [MediaPlayer][Non-ACR][Updated precondition value] Change-Id: Ib3ce1dd35a27850f3a0561e0501f0aeb908389f6 --- diff --git a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig-3.0.zip b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig-3.0.zip old mode 100755 new mode 100644 index 76d22a8..8ed19e2 Binary files a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig-3.0.zip and b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig-3.0.zip differ diff --git a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/preconfigure.json b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/preconfigure.json index d2ad8cd..8ced9b5 100755 --- a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/preconfigure.json +++ b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/preconfigure.json @@ -34,5 +34,5 @@ "WPS_PIN_AP":"Set name of available AP with WPS PIN function", "PIN_NUMBER_OF_WPS_PIN_AP":"Set pin number of WPS_PIN_AP. The pin number should be generated with the checksum defined in WSC spec (Wi-Fi Simple Configuration Technical Specification). If you are not familiar with it, please use an example number, 47363533.", "STREAMING_URI":"Set the streaming uri such as http://www.samsung.com/xx/xx/aa.mp4", - "ADAPTIVE_STREAMING_URI":"Set the adaptive streaming uri" + "ADAPTIVE_STREAMING_URL":"Set the adaptive streaming url" }] diff --git a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tct-testconfig.ini b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tct-testconfig.ini index e76bbc2..ff39429 100755 --- a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tct-testconfig.ini +++ b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tct-testconfig.ini @@ -54,4 +54,4 @@ HERE_MAPS_PROVIDER_KEY_FOR_XAMARIN = Set the HERE_MAPS_PROVIDER_KEY.(for xamarin # MediaPlayer test key settings [Tizen.MediaPlayer.Tests] STREAMING_URI = set the uri in here. ex>http://www.samsung.com/xx/xx/aa.mp4 -ADAPTIVE_STREAMING_URI = set the uri in here +ADAPTIVE_STREAMING_URL = set the url in here diff --git a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tests.xml b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tests.xml index 8102fde..9df01f8 100755 --- a/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tests.xml +++ b/release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tests.xml @@ -396,7 +396,7 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install Set the streaming uri such as http://www.samsung.com/xx/xx/aa.mp4. - Set the adaptive streaming uri. + Set the adaptive streaming url. diff --git a/tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/support/PreconditionUtil.cs b/tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/support/PreconditionUtil.cs index 347c165..581bede 100644 --- a/tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/support/PreconditionUtil.cs +++ b/tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/support/PreconditionUtil.cs @@ -39,7 +39,7 @@ namespace Tizen.Multimedia.Tests resultArray[index + 1] = resultArray[index + 1].Replace("\\", ""); STREAMING_URI = resultArray[index + 1]; break; - case "ADAPTIVE_STREAMING_URI": + case "ADAPTIVE_STREAMING_URL": resultArray[index + 1] = resultArray[index + 1].Replace("\\", ""); ADAPTIVE_STREAMING_URI = resultArray[index + 1]; break; diff --git a/tool/script/tct-testconfig/preconfigure.json b/tool/script/tct-testconfig/preconfigure.json index d2ad8cd..8ced9b5 100755 --- a/tool/script/tct-testconfig/preconfigure.json +++ b/tool/script/tct-testconfig/preconfigure.json @@ -34,5 +34,5 @@ "WPS_PIN_AP":"Set name of available AP with WPS PIN function", "PIN_NUMBER_OF_WPS_PIN_AP":"Set pin number of WPS_PIN_AP. The pin number should be generated with the checksum defined in WSC spec (Wi-Fi Simple Configuration Technical Specification). If you are not familiar with it, please use an example number, 47363533.", "STREAMING_URI":"Set the streaming uri such as http://www.samsung.com/xx/xx/aa.mp4", - "ADAPTIVE_STREAMING_URI":"Set the adaptive streaming uri" + "ADAPTIVE_STREAMING_URL":"Set the adaptive streaming url" }] diff --git a/tool/script/tct-testconfig/tct-testconfig-3.0.zip b/tool/script/tct-testconfig/tct-testconfig-3.0.zip old mode 100755 new mode 100644 index 76d22a8..8ed19e2 Binary files a/tool/script/tct-testconfig/tct-testconfig-3.0.zip and b/tool/script/tct-testconfig/tct-testconfig-3.0.zip differ diff --git a/tool/script/tct-testconfig/tct-testconfig.ini b/tool/script/tct-testconfig/tct-testconfig.ini index e76bbc2..ff39429 100755 --- a/tool/script/tct-testconfig/tct-testconfig.ini +++ b/tool/script/tct-testconfig/tct-testconfig.ini @@ -54,4 +54,4 @@ HERE_MAPS_PROVIDER_KEY_FOR_XAMARIN = Set the HERE_MAPS_PROVIDER_KEY.(for xamarin # MediaPlayer test key settings [Tizen.MediaPlayer.Tests] STREAMING_URI = set the uri in here. ex>http://www.samsung.com/xx/xx/aa.mp4 -ADAPTIVE_STREAMING_URI = set the uri in here +ADAPTIVE_STREAMING_URL = set the url in here diff --git a/tool/script/tct-testconfig/tests.xml b/tool/script/tct-testconfig/tests.xml index 8102fde..9df01f8 100755 --- a/tool/script/tct-testconfig/tests.xml +++ b/tool/script/tct-testconfig/tests.xml @@ -396,7 +396,7 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install Set the streaming uri such as http://www.samsung.com/xx/xx/aa.mp4. - Set the adaptive streaming uri. + Set the adaptive streaming url.