[Zope3-dev] Win32 Tests - Zope 3 - Not OK :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Mon, 06 Jan 2003 02:07:06 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]

Modules included:
Zope3 (HEAD)

Running tests from D:\ZopeTests\sandbox\Zope3
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\test.py", line 636, in ?
    process_args()
  File "D:\ZopeTests\sandbox\Zope3\test.py", line 585, in process_args
    bad = main(module_filter, test_filter)
  File "D:\ZopeTests\sandbox\Zope3\test.py", line 470, in main
    runner(files, test_filter, debug)
  File "D:\ZopeTests\sandbox\Zope3\test.py", line 402, in runner
    s = get_suite(file)
  File "D:\ZopeTests\sandbox\Zope3\test.py", line 367, in get_suite
    return suite_func()
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_xmllocales.py", line 65, in test_suite
    case = LocaleXMLFileTestCase(path)
  File "D:\ZopeTests\sandbox\Zope3\src\zope\i18n\tests\test_xmllocales.py", line 29, in __init__
    super(LocaleXMLFileTestCase, self).__init__()
TypeError: super() argument 1 must be type, not class