Change-Id: Ib0654697f0e0450ddecc8b5d0f0a3bfd6669a9fc
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());
+++ /dev/null
-<?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>