summaryrefslogtreecommitdiff
path: root/feed2imap-test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-25Use debug mode for testingRené 'Necoro' Neumann1-1/+1
2015-05-10Fix regression in `include-images` optionAntonio Terceiro1-0/+1
test/tc_httpfetcher.rb can't still be re-enabled because it hits the network, and a hostname that is no longer valid.
2015-05-03Fix usage of filtersAntonio Terceiro1-0/+5
- avoid accessing $? unless it is actually available - when calling a filter, make sure to release the mutex even if there is an exception during the filter handling. The long term solution is to drastically reorganize concurrency code.
2014-05-18feed2imap-test: reuse cache dir/protect configAntonio Terceiro1-1/+1
this reduces the noise in the output and helps testing feed updates
2014-02-13feed2imap-test: can now take a feed URL as argumentAntonio Terceiro1-3/+22
2013-08-27Add program for manual testsAntonio Terceiro1-0/+40