[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.2 - errors:1

zope-tests@bitdance.com zope-tests@bitdance.com
Thu, 17 Apr 2003 04:22:16 -0400 (EDT)


==============================================================================
==============================================================================
Python Version:2.2.2 (#1, Feb  3 2003, 13:45:39) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test test_usage (zope.app.services.tests.test_zpt.Test)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_zpt.py", line 56, in test_usage
    self.assertEqual(template.render(view),
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/zpt.py", line 73, in render
    return self.pt_render(namespace)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/pagetemplate/pagetemplate.py", line 119, in pt_render
    context, output, tal=not source, strictinsert=0)()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tal/talinterpreter.py", line 174, in __call__
    self.interpret(self.program)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tal/talinterpreter.py", line 217, in interpret
    handlers[opcode](self, args)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tal/talinterpreter.py", line 469, in do_insertText_tal
    text = self.engine.evaluateText(stuff[0])
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tales/tales.py", line 283, in evaluateText
    if isinstance_ex(text, StringTypes):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/proxy/__init__.py", line 44, in proxy_compatible_isinstance
    if issubclass(oclass, bclass):
TypeError: issubclass() arg 1 must be a class

======================================================================
ERROR: test_usage (zope.app.services.tests.test_zpt.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_zpt.py", line 56, in test_usage
    self.assertEqual(template.render(view),
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/zpt.py", line 73, in render
    return self.pt_render(namespace)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/pagetemplate/pagetemplate.py", line 119, in pt_render
    context, output, tal=not source, strictinsert=0)()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tal/talinterpreter.py", line 174, in __call__
    self.interpret(self.program)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tal/talinterpreter.py", line 217, in interpret
    handlers[opcode](self, args)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tal/talinterpreter.py", line 469, in do_insertText_tal
    text = self.engine.evaluateText(stuff[0])
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/tales/tales.py", line 283, in evaluateText
    if isinstance_ex(text, StringTypes):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/proxy/__init__.py", line 44, in proxy_compatible_isinstance
    if issubclass(oclass, bclass):
TypeError: issubclass() arg 1 must be a class

----------------------------------------------------------------------
Ran 3873 tests in 224.123s

FAILED (errors=1)