Esempio n. 1
0
 def testContentLicensingInstall(self):
     assert PloneTestCase.hasProduct('ContentLicensing'), "ContentLicensing failed to install"
Esempio n. 2
0
 def testIMSTransportInstall(self):
     assert PloneTestCase.hasProduct('IMSTransport'), 'IMSTransport failed to install'
Esempio n. 3
0
 def testIMSTransportInstall(self):
     """ Installation test """
     assert PloneTestCase.hasProduct('IMSTransport'), 'IMSTransport installation failure.'
Esempio n. 4
0
 def testPloneBookmarkletsInstall(self):
     assert PloneTestCase.hasProduct('PloneBookmarklets'), "PloneBookmarklets failed to install"
Esempio n. 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)