Remove testcases for author/description validation 48/60648/2 accepted/tizen/common/20160302.193736 accepted/tizen/ivi/20160302.224036 accepted/tizen/mobile/20160302.223949 accepted/tizen/tv/20160302.224002 accepted/tizen/wearable/20160302.224022 submit/tizen/20160302.065807
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 29 Feb 2016 13:01:36 +0000 (14:01 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 29 Feb 2016 13:12:00 +0000 (14:12 +0100)
 - 'ManifestTest.DescriptionElement_Text_Invalid'
 - 'ManifestTest.AuthorElement_Text_Missing'

Preloaded apps have empty tags so this will not be checked.

Change-Id: I6eedf67485e8db1a525c08e3d37ef953af09bc1a

src/unit_tests/manifest_test.cc

index 445738bb773a10585aaf8fa53bb98104ac16af5d..7affe14c6b05de588f33b5b2d8acdf1669770823 100644 (file)
@@ -256,11 +256,6 @@ TEST_F(ManifestTest, AuthorElement_Href_Missing) {
   ASSERT_FALSE(runner.Run());
 }
 
-TEST_F(ManifestTest, AuthorElement_Text_Missing) {
-  StepParseRunner runner(GetMyName());
-  ASSERT_FALSE(runner.Run());
-}
-
 TEST_F(ManifestTest, AuthorElement_Many) {
   StepParseRunner runner(GetMyName());
   ASSERT_FALSE(runner.Run());
@@ -302,11 +297,6 @@ TEST_F(ManifestTest, DescriptionElement_Many) {
   ASSERT_CSTR_EQ(description2->lang, DEFAULT_LOCALE);
 }
 
-TEST_F(ManifestTest, DescriptionElement_Text_Invalid) {
-  StepParseRunner runner(GetMyName());
-  ASSERT_FALSE(runner.Run());
-}
-
 TEST_F(ManifestTest, DescriptionElement_Lang_Invalid) {
   StepParseRunner runner(GetMyName());
   ASSERT_FALSE(runner.Run());