testing uninstall of products

Maurits van Rees m.van.rees at zestsoftware.nl
Sun May 27 20:51:53 UTC 2007


Héctor Velarde, on 2007-05-26:
>      def afterSetUp(self):
>          self.qitool = self.portal.portal_quickinstaller
>          self.qitool.uninstallProducts(products=[PROJECTNAME])

In your first post, the test already failed at this point, so not in
the test function below.  This means that the next line is never
executed:

>          self.setRoles(['Manager'])

Try putting this line right before the uninstallProducts line and see
if that helps.

-- 
Maurits van Rees | http://maurits.vanrees.org/ [NL]
            Work | http://zestsoftware.nl/
"Do not worry about your difficulties in computers,
 I can assure you mine are still greater."





More information about the Product-Developers mailing list