Ignore:
Timestamp:
Nov 5, 2010 2:39:46 PM (14 years ago)
Author:
kroman0
Message:

Merged last fixes from branches/jquery

Location:
quintagroup.plonecomments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk

    • Property svn:mergeinfo changed from /quintagroup.plonecomments/branches/jquery:2230,2240-2241,2313,2321,2753 to /quintagroup.plonecomments/branches/jquery:2230,2240-2241,2313,2321,2753,2962-2982
  • quintagroup.plonecomments/trunk/quintagroup/plonecomments/tests/testQPloneCommentsUninstall.py

    r1633 r2983  
    77from base import getToolByName, TestErase 
    88from config import PRODUCT, PRODUCT_SKIN_NAME, CONFIGLET_ID, PROPERTY_SHEET 
     9from zExceptions import BadRequest 
    910 
    1011 
     
    1516        self.qi = self.portal.portal_quickinstaller 
    1617        self.qi.installProduct(PRODUCT) 
    17         self.qi.uninstallProducts([PRODUCT]) 
     18        try: 
     19            self.qi.uninstallProducts([PRODUCT]) 
     20        except BadRequest: 
     21            pass 
    1822 
    1923    def test_package_uninstall(self): 
Note: See TracChangeset for help on using the changeset viewer.