Re: testing uninstall of products

2007-05-27 Thread Maurits van Rees
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

Re: testing uninstall of products

2007-05-20 Thread Stefan H. Holek
The test user only has the Member role by default. If you need manager privs you have to call e.g. self.setRoles(['Manager']) Stefan On 18. Mai 2007, at 00:21, Héctor Velarde wrote: Unauthorized: Do not have permissions to remove this object any idea of what's going on? -- Anything