working on subdirs by feed

This commit is contained in:
bel
2019-09-02 09:08:53 -06:00
parent 3281104f2e
commit 8a5a5d0cf4
9 changed files with 101 additions and 16 deletions

View File

@@ -47,6 +47,7 @@ func TestRSSWriteFeed(t *testing.T) {
f.ContentFilter = "b"
f.Tags = []string{"c"}
f.URL = s.URL
f.Copyright = "copyright"
log.SetOutput(bytes.NewBuffer(nil))
defer log.SetOutput(os.Stderr)