Changeset 3378 in products


Ignore:
Timestamp:
Mar 6, 2012 4:31:40 PM (12 years ago)
Author:
kroman0
Message:

Fixed getting plone version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/quintagroup/analytics/tests.py

    r3377 r3378  
    322322        self.pc = self.portal.portal_catalog 
    323323        portal_migration = self.portal.portal_migration 
    324         self.plone_version = portal_migration.getInstanceVersion() 
     324        self.plone_version = portal_migration.getSoftwareVersion() 
    325325 
    326326    def test_getTypes(self): 
Note: See TracChangeset for help on using the changeset viewer.