Преглед на файлове

add test in rss author

master
Wito Chandra преди 7 години
родител
ревизия
bce5d7a850
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. +1
    -0
      test/rss_test.dart
  2. +1
    -0
      test/xml/RSS.xml

+ 1
- 0
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");


+ 1
- 0
test/xml/RSS.xml Целия файл

@@ -5,6 +5,7 @@
<channel>
<title>News - Foo bar News</title>
<link>https://foo.bar.news/</link>
<author>hello@world.net</author>
<description>Foo bar News and Updates feed provided by Foo bar, Inc.</description>
<image>
<url>https://foo.bar.news/logo.gif</url>


Зареждане…
Отказ
Запис