def testGetCommentFromParent(self):
     phase = PBXCopyFilesBuildPhase()
     phase.name = "copy"
     self.assertEqual(phase._get_comment(), "copy")
 def testGetComment(self):
     phase = PBXCopyFilesBuildPhase()
     self.assertEqual(phase._get_comment(), "CopyFiles")