Fix loading of local Sones without posts and replies.
[Sone.git] / src / test / java / net / pterodactylus / sone / core / ConfigurationSoneParserTest.java
2014-12-18 David ‘Bombe’ RodenFix loading of local Sones without posts and replies.
2014-11-25 David ‘Bombe’ RodenUse new method to create test values everywhere.
2014-09-30 David ‘Bombe’ RodenMove test Value implementation to top-level class.
2014-09-18 David ‘Bombe’ RodenMove test builders to their own top-level classes.
2014-09-09 David ‘Bombe’ RodenMove image parsing to new configuration parser.
2014-09-09 David ‘Bombe’ RodenMove album parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove friend parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove liked post reply IDs to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove liked post IDs parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenMove post reply parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenStart moving parsing a Sone from a configuration to...