From 4e0eda1fca25e62f1c2c934308086cd06b719c09 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 31 Jul 2013 17:11:49 +0000 Subject: [PATCH] Test --dump. --- NEWS | 8 ++++---- test-rawdog | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 4055cf5..775ba04 100644 --- a/NEWS +++ b/NEWS @@ -18,10 +18,10 @@ Use author URIs retrieved from feeds when formatting author names Add some more tests to the test suite, having done a coverage analysis to work out which features weren't yet being tested: date formatting in -varying locales and timezones; RSS 1.0 support; -c, -f, -l, -N and -W; -include; plugin loading; feed format and id options; author formatting; -template conditionals: broken 301 redirects; useids; content vs. -summary; daysections/timesections; removing articles from a feed; +varying locales and timezones; RSS 1.0 support; --dump, -c, -f, -l, -N +and -W; include; plugin loading; feed format and id options; author +formatting; template conditionals: broken 301 redirects; useids; content +vs. summary; daysections/timesections; removing articles from a feed; keeping comments; numthreads; various error messages. Make subclasses of Persistable call Persistable's constructor. diff --git a/test-rawdog b/test-rawdog index f8ea4bf..40cce61 100644 --- a/test-rawdog +++ b/test-rawdog @@ -715,6 +715,11 @@ done add "numthreads 4" runs -uw +begin "--dump" +make_atom10 $httpdir/feed.atom +run --dump $httpurl/feed.atom +contains $outfile example-feed-title + begin "filename" make_rss20 $statedir/simple.rss add "feed 0 simple.rss" -- 2.35.1