Explorar el Código

add test in rss author

master
Wito Chandra hace 7 años
padre
commit
bce5d7a850
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      test/rss_test.dart
  2. +1
    -0
      test/xml/RSS.xml

+ 1
- 0
test/rss_test.dart Ver fichero

@@ -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 Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar