def testId( self ):
     user = User( 'test', None )
     self.assertEquals( 'test', user.id() )