예제 #1
0
 def testContentLicensingInstall(self):
     assert PloneTestCase.hasProduct('ContentLicensing'), "ContentLicensing failed to install"
예제 #2
0
 def testIMSTransportInstall(self):
     assert PloneTestCase.hasProduct('IMSTransport'), 'IMSTransport failed to install'
예제 #3
0
 def testIMSTransportInstall(self):
     """ Installation test """
     assert PloneTestCase.hasProduct('IMSTransport'), 'IMSTransport installation failure.'
예제 #4
0
 def testPloneBookmarkletsInstall(self):
     assert PloneTestCase.hasProduct('PloneBookmarklets'), "PloneBookmarklets failed to install"
예제 #5
0
파일: test_install.py 프로젝트: dtgit/dtedu
 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)