def test_id( self ):
     project = Project( 'MyProject' )
     self.assertEquals( 'MyProject', project.id() )