Example #1
0
 def testContentLicensingInstall(self):
     assert PloneTestCase.hasProduct('ContentLicensing'), "ContentLicensing failed to install"
Example #2
0
 def testIMSTransportInstall(self):
     assert PloneTestCase.hasProduct('IMSTransport'), 'IMSTransport failed to install'
Example #3
0
 def testIMSTransportInstall(self):
     """ Installation test """
     assert PloneTestCase.hasProduct('IMSTransport'), 'IMSTransport installation failure.'
Example #4
0
 def testPloneBookmarkletsInstall(self):
     assert PloneTestCase.hasProduct('PloneBookmarklets'), "PloneBookmarklets failed to install"
Example #5
0
 def testContentLicensingInstall(self):
     # Test that the product is installed correctly
     assert PloneTestCase.hasProduct('ContentLicensing'), "ContentLicensing failed to install"
     # Test that there are 5 default licenses
     self.assertEqual(len(self.clutil.getLicenses(self.portal)), 5)