[Zope3-Users] Newbie, unit.test errors after install

Gregor Horvath g.horvath at gmx.at
Sat Sep 10 13:52:19 EDT 2005


Hi,

I just installed Zope 3.0.1 on Redhat Linux 9, using python 2.4 and get 
running make check:

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/local/lib/python2.4/unittest.py", line 260, in run
     testMethod()
   File 
"/usr/local/ZopeX3-3.0.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", 
line 227, in testRunIgnoresParentSignals    self.assert_(len(params) > 
1, repr(response))
   File "/usr/local/lib/python2.4/unittest.py", line 308, in failUnless
     if not expr: raise self.failureException, msg
AssertionError: ''

======================================================================
FAIL: testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/local/lib/python2.4/unittest.py", line 260, in run
     testMethod()
   File 
"/usr/local/ZopeX3-3.0.1/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.py", 
line 244, in testUmask
     self.assert_(not os.access(path, os.W_OK))
   File "/usr/local/lib/python2.4/unittest.py", line 308, in failUnless
     if not expr: raise self.failureException, msg
AssertionError

----------------------------------------------------------------------
Ran 3991 tests in 379.861s

FAILED (failures=2)
make: *** [check] Fehler 1



Do I have to worry about that? Whats wrong?

--
Greg


More information about the Zope3-users mailing list