[Metadata][TCSACR-209][Add new property] 17/197917/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Thu, 17 Jan 2019 06:36:10 +0000 (15:36 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Thu, 17 Jan 2019 06:36:10 +0000 (15:36 +0900)
Change-Id: I28c6e76013fc0057f4d5cd81bf5690cc805e5a59

tct-suite-vs/Tizen.Metadata.Tests/testcase/MetadataExtractor/TSMetadata.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index d9be028..afe4554
@@ -95,6 +95,19 @@ namespace Tizen.Multimedia.Tests
             Assert.AreEqual(_metadata.Author, "Test", "Get Author test failed, the value is not proper");
         }
 
+        [Test]
+        [Category("P1")]
+        [Description("Check whether getting Composer property is properly or not.")]
+        [Property("SPEC", "Tizen.Multimedia.Metadata.Composer A")]
+        [Property("SPEC_URL", "-")]
+        [Property("CRITERIA", "PRO")]
+        [Property("AUTHOR", "Haesu Gwon, haesu.gwon@samsung.com")]
+        public static void Composer_PROPERTY_READ_ONLY()
+        {
+            Assert.That(_metadata.Composer, Is.TypeOf<string>());
+            Assert.AreEqual(_metadata.Composer, "Test", "Composer property get test failed.");
+        }
+
         [Test]
         [Category("P1")]
         [Description("Test if get for Tizen.Multimedia.Metadata.Copyright:Error property is working properly")]