Add unit test for ImageAccessor.
[Sone.git] / src / test /
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing a post.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing optional Sones.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing mandatory local Sones.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing mandatory Sones.
2014-02-28 David ‘Bombe’ RodenAdd test for encoding likes.
2014-02-28 David ‘Bombe’ RodenAdd method to test encoding of replies.
2014-02-28 David ‘Bombe’ RodenRefactor Sone creation.
2014-02-28 David ‘Bombe’ RodenAdd test for encoding multiple Sones.
2014-02-28 David ‘Bombe’ RodenAdd method to create a profile with a given name.
2014-02-28 David ‘Bombe’ RodenAdd tests for verifying the “Followed” attribute if...
2014-02-28 David ‘Bombe’ RodenAlso test for non-existing “Followed” property when...
2014-02-28 David ‘Bombe’ RodenAdd test for encoding a Sone.
2014-02-28 David ‘Bombe’ RodenMove test string creation into its own method.
2014-02-28 David ‘Bombe’ RodenAdd unit test for AbstractSoneCommand.
2014-02-28 David ‘Bombe’ RodenAdd unit test for Client.
2014-02-28 David ‘Bombe’ RodenAdd unit test for TemporaryImage.
2014-02-28 David ‘Bombe’ RodenVerify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe’ RodenIf no albums are in the Sone, there’s no avatar ID...
2014-02-28 David ‘Bombe’ RodenThrow a different exception if a Sone is too new.
2014-02-28 David ‘Bombe’ RodenVerify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing protocol version does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe’ RodenVerify that an invalid image causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <albums> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing post-likes section does not cause...
2014-02-28 David ‘Bombe’ RodenRename test for invalid post times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid reply times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid replies.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post time.
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post XML.
2014-02-28 David ‘Bombe’ RodenTest that a missing <posts> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd tests for invalid and duplicate fields.
2014-02-28 David ‘Bombe’ RodenAdd tests for missing and empty profiles.
2014-02-28 David ‘Bombe’ RodenFix imports.
2014-02-28 David ‘Bombe’ RodenUse exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe’ RodenRevert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe’ RodenAdd test for an invalid client.
2014-02-28 David ‘Bombe’ RodenUse XML files for all error conditions, expand test...
2014-02-28 David ‘Bombe’ RodenUse the ID of a reply instead of a post.
2014-02-28 David ‘Bombe’ RodenAdd recipient for one of the posts.
2014-02-28 David ‘Bombe’ RodenAdd more tests.
2014-02-28 David ‘Bombe’ RodenTest setting a/no avatar.
2014-02-28 David ‘Bombe’ RodenDon’t throw exception when removing a field that is...
2014-02-28 David ‘Bombe’ RodenAdd lots of tests for the profile.
2014-02-28 David ‘Bombe’ RodenFix javadoc.
2014-02-28 David ‘Bombe’ RodenReturn optionals of fields.
2014-02-28 David ‘Bombe’ RodenAdd method to set the value of a field.
2014-02-28 David ‘Bombe’ RodenAdd test for adding a field.
2014-02-28 David ‘Bombe’ RodenRename FieldTest to ProfileTest.
2014-02-28 David ‘Bombe’ RodenAdd method to rename a field.
2014-02-28 David ‘Bombe’ RodenUse XML file to test a complete Sone.
2014-02-28 David ‘Bombe’ RodenUse a real XML file for testing.
2014-02-28 David ‘Bombe’ RodenTest that a missing timestamp causes the Sone not to...
2014-02-28 David ‘Bombe’ RodenDon’t echo the HTML to stdout.
2014-02-28 David ‘Bombe’ RodenDeactivate the logger for the test.
2014-02-28 David ‘Bombe’ RodenReturn an optional from the Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove declared exception.
2014-02-28 David ‘Bombe’ RodenVerify that a Sone with a too large protocol version...
2014-02-28 David ‘Bombe’ RodenAdd unit test for the Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove image builder.
2014-02-28 David ‘Bombe’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe’ RodenStore DefaultAlbum in DefaultImage.
2014-02-28 David ‘Bombe’ RodenRemove for-now useless test.
2014-02-28 David ‘Bombe’ RodenFix test.
2014-02-28 David ‘Bombe’ RodenImage builders always need to know their Sones.
2014-02-28 David ‘Bombe’ RodenRename album and builder implementations.
2014-02-28 David ‘Bombe’ RodenMove temporary image-related classes to their final...
2014-02-28 David ‘Bombe’ RodenExtract default Image implementation as base for all...
2014-02-28 David ‘Bombe’ RodenAdd test for the default image builder.
2013-10-10 David ‘Bombe’ RodenExtract an interface out of Sone.
2013-10-09 David ‘Bombe’ RodenAdd first small tests for the memory database.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-07-09 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2013-07-08 David ‘Bombe’ RodenAdd test for BookmarkAjaxPage.
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-06-29 David ‘Bombe’ RodenMerge branch 'lock-sones-via-fcp-317' into next
2013-06-29 David ‘Bombe’ RodenAdd tests for LockSoneCommand and UnlockSoneCommand...
2013-06-09 David ‘Bombe’ RodenMerge remote-tracking branch 'hernic/patch-1' into...
2013-02-02 David ‘Bombe’ RodenImplement enhanced Sone provider correctly.
2013-01-27 David ‘Bombe’ RodenMake Sone returned by a Sone provider optional.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-22 David ‘Bombe’ RodenMove provider interfaces to database package.
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-16 David ‘Bombe’ RodenStore locality of a Sone in the Sone itself.
2012-12-21 David ‘Bombe’ RodenAdd test for empty link bug.
2012-12-21 David ‘Bombe’ RodenFix unit test failure.
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-10-08 David ‘Bombe’ RodenDeclare method as static.
2012-10-08 David ‘Bombe’ RodenSuppress some warnings about potentially-static methods.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
next