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."


_______________________________________________
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to