From bce5d7a850fba4fb8e1a30f1d39a5273d235328d Mon Sep 17 00:00:00 2001 From: Wito Chandra Date: Mon, 3 Dec 2018 18:58:55 +0700 Subject: [PATCH] add test in rss author --- test/rss_test.dart | 1 + test/xml/RSS.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/test/rss_test.dart b/test/rss_test.dart index 4fd76c2..2ec09b9 100644 --- a/test/rss_test.dart +++ b/test/rss_test.dart @@ -21,6 +21,7 @@ void main() { expect(feed.title, "News - Foo bar News"); expect(feed.description, "Foo bar News and Updates feed provided by Foo bar, Inc."); expect(feed.link, "https://foo.bar.news/"); + expect(feed.author, "hello@world.net"); expect(feed.language, "en-US"); expect(feed.lastBuildDate, "Mon, 26 Mar 2018 14:00:00 PDT"); expect(feed.generator, "Custom"); diff --git a/test/xml/RSS.xml b/test/xml/RSS.xml index b4c38f4..07d80ae 100644 --- a/test/xml/RSS.xml +++ b/test/xml/RSS.xml @@ -5,6 +5,7 @@ News - Foo bar News https://foo.bar.news/ + hello@world.net Foo bar News and Updates feed provided by Foo bar, Inc. https://foo.bar.news/logo.gif