[Zope3-dev] strange assertion error

2005-08-16 Thread Arthur (ccube)
I'm developing a product with three Classes. The first two run well and passed the unittest. However, the third one is the same as the other 2 classes except I changed a Byte field to a TextLine. However, this field is not included in the tests at all. I cannot pass the test for the new

Re: [Zope3-dev] strange assertion error

2005-08-16 Thread Tim Peters
[Arthur (ccube) [EMAIL PROTECTED]] ... Is it true we shouldn't run tests as root? if so, why? Because you should never run anything as root unless you have to. root has enormous privileges most things don't need, so running arbitrary programs as root opens massive security holes. One of