[MediaPlayer][Non-ACR][Updated precondition value] 85/184285/1
authorSanghoon Lee <shooney.lee@samsung.com>
Tue, 17 Jul 2018 04:27:16 +0000 (13:27 +0900)
committerSanghoon Lee <shooney.lee@samsung.com>
Tue, 17 Jul 2018 04:27:16 +0000 (13:27 +0900)
Change-Id: Ib3ce1dd35a27850f3a0561e0501f0aeb908389f6

release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig-3.0.zip [changed mode: 0755->0644]
release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/preconfigure.json
release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tct-testconfig.ini
release/csharp-tct_5.0_dotnet/csharp-tct_5.0_dotnet/resource/tct-testconfig/tests.xml
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/support/PreconditionUtil.cs
tool/script/tct-testconfig/preconfigure.json
tool/script/tct-testconfig/tct-testconfig-3.0.zip [changed mode: 0755->0644]
tool/script/tct-testconfig/tct-testconfig.ini
tool/script/tct-testconfig/tests.xml

old mode 100755 (executable)
new mode 100644 (file)
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
index d2ad8cd..8ced9b5 100755 (executable)
@@ -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"
 }]
index e76bbc2..ff39429 100755 (executable)
@@ -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
index 8102fde..9df01f8 100755 (executable)
@@ -396,7 +396,7 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install
               <step_desc> Set the streaming uri such as http://www.samsung.com/xx/xx/aa.mp4.</step_desc>
             </step>
            <step order="2">
-              <step_desc> Set the adaptive streaming uri.</step_desc>
+              <step_desc> Set the adaptive streaming url.</step_desc>
             </step>
           </steps>
           <test_script_entry test_script_expected_result="0" timeout="90"/>
index 347c165..581bede 100644 (file)
@@ -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;
index d2ad8cd..8ced9b5 100755 (executable)
@@ -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"
 }]
old mode 100755 (executable)
new mode 100644 (file)
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
index e76bbc2..ff39429 100755 (executable)
@@ -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
index 8102fde..9df01f8 100755 (executable)
@@ -396,7 +396,7 @@ The tct-bt-helper is included in the tct-bluetooth-tizen-tests package. Install
               <step_desc> Set the streaming uri such as http://www.samsung.com/xx/xx/aa.mp4.</step_desc>
             </step>
            <step order="2">
-              <step_desc> Set the adaptive streaming uri.</step_desc>
+              <step_desc> Set the adaptive streaming url.</step_desc>
             </step>
           </steps>
           <test_script_entry test_script_expected_result="0" timeout="90"/>