[MediaPlayer][Non-ACR] fix the wrong descriptions 67/183067/3
authornam <just.nam@samsung.com>
Mon, 2 Jul 2018 05:15:56 +0000 (14:15 +0900)
committernam <just.nam@samsung.com>
Tue, 3 Jul 2018 07:38:41 +0000 (16:38 +0900)
Change-Id: I03948a120f4fd11785394dbad265883156dbb33f

13 files changed:
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
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSAdaptiveVariants.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSAudioEffect.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSDownloadProgress.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSMediaBufferSource.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSMediaStreamConfiguration.Assigned.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSMediaStreamSource.WithPlayer.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSPlayer.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/TSSphericalVideo.cs
tct-suite-vs/Tizen.MediaPlayer.Tests/testcase/support/PreconditionUtil.cs
tool/script/tct-testconfig/preconfigure.json
tool/script/tct-testconfig/tct-testconfig.ini

index 8ced9b56185f7c08c0ad50fdf50852e087d494fa..d2ad8cd48dbed674acd0db621b021926923e4efb 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_URL":"Set the adaptive streaming url"
+    "ADAPTIVE_STREAMING_URI":"Set the adaptive streaming uri"
 }]
index ff39429ffb4c279d5d1fb45123f34296e90baada..e76bbc2f9e35aedd9c6c96507c513937ea47bd67 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_URL = set the url in here
+ADAPTIVE_STREAMING_URI = set the uri in here
index 78fe8af0e87920012f0aaa2cd68920a0fa27274c..1f3e5cef453a735b747b65ae9c570c5a0f59dc1e 100644 (file)
@@ -15,7 +15,7 @@ namespace Tizen.Multimedia.Tests
         {
             PreconditionUtils.SetPrecondition();
         }
-        internal static readonly MediaUriSource AdaptiveStreamingSource = new MediaUriSource(PreconditionUtils.ADAPTIVE_STREAMING_URL);
+        internal static readonly MediaUriSource AdaptiveStreamingSource = new MediaUriSource(PreconditionUtils.ADAPTIVE_STREAMING_URI);
 
         [Test]
         [Category("P1")]
index 7949d34b665b12489b4f856fec34bccf38d91e08..7694c664971a88a17a16cf7bec7e00776737e9a9 100755 (executable)
@@ -39,10 +39,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P1")]
-        [Description("Indexer throws if the index is invalid")]
+        [Description("Indexer throws exception if the index is invalid")]
         [Property("SPEC", "Tizen.Multimedia.AudioEffect.this[int] A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public void this_THROWS_IF_INDEX_INVALID()
         {
index 458eb17084b12a3155a41c75ddb63c7f901a1709..62ac8e555f0d125876dc00a8bdd02571b30b2c93 100755 (executable)
@@ -62,7 +62,7 @@ namespace Tizen.Multimedia.Tests
         [Description("GetDownloadProgress current position")]
         [Property("SPEC", "Tizen.Multimedia.DownloadProgress.Current A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MR")]
+        [Property("CRITERIA", "PDV")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public async Task Current_CHECK()
         {
index 7a17943e7f924742d8cb9d91fdb75eca3573a7e7..26c12eeda9afc7bbf9cf95e2afc5671bcb931c58 100755 (executable)
@@ -64,10 +64,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P2")]
-        [Description("Constructor throws if the specified buffer is null")]
+        [Description("Constructor throws exceptions if the specified buffer is null")]
         [Property("SPEC", "Tizen.Multimedia.MediaBufferSource.MediaBufferSource C")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "CONSTX")]
         [Property("COVPARAM", "byte[]")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public static void MediaBufferSource_THROWS_IF_PARAM_NULL()
index d410a5cad82fb028cc2c84d25cd3f861d10cad5e..6b49001eb3d90f0c8a1ab2f6da6140165e08d5be 100755 (executable)
@@ -41,7 +41,7 @@ namespace Tizen.Multimedia.Tests
         [Description("BufferMaxSize negative test")]
         [Property("SPEC", "Tizen.Multimedia.MediaStreamConfiguration.BufferMaxSize A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public void BufferMaxSize_THROWS_IF_VALUE_IS_ZERO()
         {
@@ -106,7 +106,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("SeekingOccurred test")]
-        [Property("SPEC", "Tizen.Multimedia.MediaStreamConfiguration.SeekingOccurred A")]
+        [Property("SPEC", "Tizen.Multimedia.MediaStreamConfiguration.SeekingOccurred E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
index 6bfb59416dd6793c7478d6c8a8b3ebb4bf144c2b..9aed7b3c77161809b98c1b08f4f2afabaaffca0b 100644 (file)
@@ -161,7 +161,7 @@ namespace Tizen.Multimedia.Tests
         [Description("MediaStreamSource can't be assigned to multiple player at one time")]
         [Property("SPEC", "Tizen.Multimedia.MediaStreamSource.MediaStreamSource C")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "PDV")]
+        [Property("CRITERIA", "CONSTX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         [Property("COVPARAM", "AudioMediaFormat")]
         public void MediaStreamSource_NOT_ASSIGNED_TO_MULTIPLE()
index be6bc929a9f9d045386c6c1fae652413f09b2e9f..a9313f8624337c30b12c184e8b4bb045e60ebfed 100644 (file)
@@ -367,10 +367,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P2")]
-        [Description("AudioLatencyMode throws if the specified value is invalid")]
+        [Description("AudioLatencyMode throws exception if the specified value is invalid")]
         [Property("SPEC", "Tizen.Multimedia.Player.AudioLatencyMode A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public void AudioLatencyMode_THROWS_IF_VALUE_INVALID()
         {
@@ -444,7 +444,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("AudioEffect default value")]
-        [Property("SPEC", "Tizen.Multimedia.Player.AudioEffect M")]
+        [Property("SPEC", "Tizen.Multimedia.Player.AudioEffect A")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "PDV")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
@@ -504,10 +504,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P2")]
-        [Description("Cookie to set throws if the specified value is null")]
+        [Description("Cookie to set throws exception if the specified value is null")]
         [Property("SPEC", "Tizen.Multimedia.Player.Cookie A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public void Cookie_THROWS_IF_NULL()
         {
@@ -516,10 +516,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P2")]
-        [Description("Cookie to set throws if the player is in a not valid state")]
+        [Description("Cookie to set throws exception if the player is in a not valid state")]
         [Property("SPEC", "Tizen.Multimedia.Player.Cookie A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public async Task Cookie_THROWS_IF_STATE_NOT_VALID()
         {
@@ -561,10 +561,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P2")]
-        [Description("UserAgent to set throws if the specified value is null")]
+        [Description("UserAgent to set throws exception if the specified value is null")]
         [Property("SPEC", "Tizen.Multimedia.Player.UserAgent A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public void UserAgent_THROWS_IF_NULL()
         {
@@ -573,10 +573,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P2")]
-        [Description("UserAgent to set throws if the player is in a not valid state")]
+        [Description("UserAgent to set throws exception if the player is in a not valid state")]
         [Property("SPEC", "Tizen.Multimedia.Player.UserAgent A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public async Task UserAgent_THROWS_IF_STATE_NOT_VALID()
         {
@@ -621,7 +621,7 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P1")]
-        [Description("BufferingTime throws if out of range")]
+        [Description("BufferingTime throws exception if out of range")]
         [Property("SPEC", "Tizen.Multimedia.Player.BufferingTime A")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "PEX")]
@@ -894,7 +894,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("SubtitleUpdated raise test")]
-        [Property("SPEC", "Tizen.Multimedia.Player.SubtitleUpdated A")]
+        [Property("SPEC", "Tizen.Multimedia.Player.SubtitleUpdated E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
@@ -961,10 +961,10 @@ namespace Tizen.Multimedia.Tests
 
         [Test]
         [Category("P1")]
-        [Description("Display throws if the player to be set is not in the idle state")]
+        [Description("Display throws exception if the player to be set is not in the idle state")]
         [Property("SPEC", "Tizen.Multimedia.Player.Display A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public async Task Display_THROWS_IF_NOT_VALID_STATE()
         {
@@ -984,7 +984,7 @@ namespace Tizen.Multimedia.Tests
         [Description("Display can't be assigned to multiple players")]
         [Property("SPEC", "Tizen.Multimedia.Player.Display A")]
         [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
+        [Property("CRITERIA", "PEX")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
         public void Display_THROWS_IF_SET_TO_MULTIPLE()
         {
@@ -1296,7 +1296,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("PlaybackCompleted test")]
-        [Property("SPEC", "Tizen.Multimedia.Player.PlaybackCompleted M")]
+        [Property("SPEC", "Tizen.Multimedia.Player.PlaybackCompleted E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
@@ -1324,7 +1324,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("VideoFrameDecoded test")]
-        [Property("SPEC", "Tizen.Multimedia.Player.VideoFrameDecoded A")]
+        [Property("SPEC", "Tizen.Multimedia.Player.VideoFrameDecoded E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
@@ -1356,7 +1356,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("VideoStreamChanged test")]
-        [Property("SPEC", "Tizen.Multimedia.Player.VideoStreamChanged A")]
+        [Property("SPEC", "Tizen.Multimedia.Player.VideoStreamChanged E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
@@ -1384,7 +1384,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("PlaybackInterrupted test")]
-        [Property("SPEC", "Tizen.Multimedia.Player.PlaybackInterrupted A")]
+        [Property("SPEC", "Tizen.Multimedia.Player.PlaybackInterrupted E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "JungHo Kim, jhyo.kim@samsung.com")]
index 18b02b877c240693713bb570cb59eca04b1c73d4..dfaf1769cad771ede8d5c565e5d81d1d76f42627 100755 (executable)
@@ -66,7 +66,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("IsSphericalContent throws if the video is spherical content")]
-        [Property("SPEC", "Tizen.Multimedia.SphericalVideo.IsSphericalContent A")]
+        [Property("SPEC", "Tizen.Multimedia.SphericalVideo.IsSphericalContent M")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "MR")]
         [Property("AUTHOR", "Jeongyoon Nam, just.nam@samsung.com")]
@@ -81,7 +81,7 @@ namespace Tizen.Multimedia.Tests
         [Test]
         [Category("P1")]
         [Description("IsSphericalContent throws if the video is not spherical content")]
-        [Property("SPEC", "Tizen.Multimedia.SphericalVideo.IsSphericalContent B")]
+        [Property("SPEC", "Tizen.Multimedia.SphericalVideo.IsSphericalContent M")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "MR")]
         [Property("AUTHOR", "Jeongyoon Nam, just.nam@samsung.com")]
index 235fe523deb9bba95969cdd1286b3d3f80d84f17..347c165eccaca943483d95add9dcae7617bcb72c 100644 (file)
@@ -23,7 +23,7 @@ namespace Tizen.Multimedia.Tests
     public class PreconditionUtils
     {
         public static string STREAMING_URI = null;
-        public static string ADAPTIVE_STREAMING_URL = null;
+        public static string ADAPTIVE_STREAMING_URI = null;
 
         public static void SetPrecondition()
         {
@@ -39,9 +39,9 @@ namespace Tizen.Multimedia.Tests
                         resultArray[index + 1] = resultArray[index + 1].Replace("\\", "");
                         STREAMING_URI = resultArray[index + 1];
                         break;
-                    case "ADAPTIVE_STREAMING_URL":
+                    case "ADAPTIVE_STREAMING_URI":
                         resultArray[index + 1] = resultArray[index + 1].Replace("\\", "");
-                        ADAPTIVE_STREAMING_URL = resultArray[index + 1];
+                        ADAPTIVE_STREAMING_URI = resultArray[index + 1];
                         break;
                     default:
                         break;
index 8ced9b56185f7c08c0ad50fdf50852e087d494fa..d2ad8cd48dbed674acd0db621b021926923e4efb 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_URL":"Set the adaptive streaming url"
+    "ADAPTIVE_STREAMING_URI":"Set the adaptive streaming uri"
 }]
index ff39429ffb4c279d5d1fb45123f34296e90baada..e76bbc2f9e35aedd9c6c96507c513937ea47bd67 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_URL = set the url in here
+ADAPTIVE_STREAMING_URI = set the uri in here