Remove testcase 'AuthorElement_Href_Invalid' 44/60644/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 29 Feb 2016 12:48:06 +0000 (13:48 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 29 Feb 2016 12:48:06 +0000 (13:48 +0100)
Change-Id: Ib0654697f0e0450ddecc8b5d0f0a3bfd6669a9fc

src/unit_tests/manifest_test.cc
src/unit_tests/test_samples/manifest/ManifestTest.AuthorElement_Href_Invalid/tizen-manifest.xml [deleted file]

index c741cd7..445738b 100644 (file)
@@ -246,11 +246,6 @@ TEST_F(ManifestTest, AuthorElement_Email_Invalid) {
   ASSERT_FALSE(runner.Run());
 }
 
-TEST_F(ManifestTest, AuthorElement_Href_Invalid) {
-  StepParseRunner runner(GetMyName());
-  ASSERT_FALSE(runner.Run());
-}
-
 TEST_F(ManifestTest, AuthorElement_Email_Missing) {
   StepParseRunner runner(GetMyName());
   ASSERT_FALSE(runner.Run());
diff --git a/src/unit_tests/test_samples/manifest/ManifestTest.AuthorElement_Href_Invalid/tizen-manifest.xml b/src/unit_tests/test_samples/manifest/ManifestTest.AuthorElement_Href_Invalid/tizen-manifest.xml
deleted file mode 100644 (file)
index 66e801e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="package0id" version="1.0.0">
-    <ui-application appid="package0id.appid" exec="testapp" type="capp">
-    </ui-application>
-    <author href="-" email="valid@email.com">Author</author>
-</manifest>