示例#1
0
 def testGetMainPhoto(self):
     """
     """
     pm = IPhotoManagement(self.product_1)
     self.assertEqual(pm.getMainPhoto().getId(), "product_1")
 def testGetMainPhoto(self):
     """
     """
     pm = IPhotoManagement(self.product_1)
     self.assertEqual(pm.getMainPhoto().getId(), "product_1")
示例#3
0
 def getMainPhoto(self):
     """
     """
     pm = IPhotoManagement(self.context)
     return pm.getMainPhoto()
示例#4
0
 def getMainPhoto(self):
     """
     """
     pm = IPhotoManagement(self.context)
     return pm.getMainPhoto()