summaryrefslogtreecommitdiff
path: root/tests/src/de/danoeh/antennapod/test/FeedHandlerTest.java
AgeCommit message (Collapse)Author
2013-06-30Flush BufferedOutputStream correctlyAndrew Gaul
This ensures that IOException due to writes are thrown in the main code path instead of the exceptional code path. Specifically for HttpDownloader this ensures that IOUtils.closeQuietly does not swallow a failed write.
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2012-12-16Created unit test for testing the HttpDownloaderdaniel oeh
2012-11-18Removed obsolete feeds0.9.6daniel oeh
2012-11-01Added more feeds to testfiledaniel oeh
2012-10-23Updated testsdaniel oeh
2012-10-20Only read image-tag if it's a sub-element of the channel-tagdaniel oeh
2012-10-15Removed invalid feedsdaniel oeh
2012-10-05Removed invalid feed URLsdaniel oeh
2012-10-01Use XmlStreamReader in TypeGetter, closes #23daniel oeh
2012-09-24Use XmlStreamReader to support different encodingsdaniel oeh
2012-09-02Added support for id-tag in Atom's feed-elementdaniel oeh
2012-09-02SyndHandler wasn't always selecting the correct namespace handlerdaniel oeh
2012-09-02Reduced memory usage of testsdaniel oeh
2012-09-01Fixed bug in prefix mapping of SyndHandlerdaniel oeh
2012-09-01Improved feedhandler testdaniel oeh
2012-09-01Atom parser now accepts <updated> tagdaniel oeh
2012-09-01Fixed problems in Atom feed parserdaniel oeh
2012-08-31Added feed urls for testingdaniel oeh
2012-08-31Added test class for FeedHandlerdaniel oeh