FIXME: more tests that need to be coded

Signed-off-by: Jannis Leidel <jannis@leidel.info>
This commit is contained in:
Mathieu Pillard 2010-02-25 13:00:37 +01:00 committed by Jannis Leidel
parent 1aa882d4d6
commit 1e48a80f97

View file

@ -89,11 +89,14 @@ class AvatarUploadTests(TestCase):
def testNonExistingUser(self):
a = get_primary_avatar("nonexistinguser")
self.failUnlessEqual(a, None)
# def testDeleteAvatar
# def testDeletePrimaryAvatarAndNewPrimary
# def testAvatarOrder
# def testTooManyAvatars
# def testReplaceAvatarWhenMaxIsOne
# def testHashFileName
# def testHashUserName
# def testDeleteFile
# def testChangePrimaryAvatar
# def testDeleteThumbnailAndRecreation
# def testAutomaticThumbnailCreation