[Gazpacho] Failing unit test
Patrick K. O'Brien
pobrien at orbtech.com
Thu Jan 26 04:17:01 CET 2006
[ERROR]: tests.test_loader.CustomTest.testInstance
File "c:\code\Twisted-svn\twisted\internet\defer.py", line 107, in
maybeDeferred
result = f(*args, **kw)
File "C:\Code\Gazpacho-svn\tests\test_loader.py", line 616, in
testInstance
ob = self.open(self.data, custom=self)
File "C:\Code\Gazpacho-svn\tests\test_loader.py", line 56, in open
custom=custom)
File "C:\Code\Gazpacho-svn\gazpacho\loader\loader.py", line 333, in
__init__
self._parser.parse_stream(buffer)
File "C:\Code\Gazpacho-svn\gazpacho\loader\loader.py", line 148, in
parse_stream
self._parser.Parse(buffer)
File "C:\Code\Gazpacho-svn\gazpacho\loader\loader.py", line 165, in
_handle_endelement
func(item)
File "C:\Code\Gazpacho-svn\gazpacho\loader\loader.py", line 211, in
_end_widget
obj.gobj = self._build_phase1(obj)
File "C:\Code\Gazpacho-svn\gazpacho\loader\loader.py", line 609, in
_build_phase1
gobj = self._create_custom(obj)
File "C:\Code\Gazpacho-svn\gazpacho\loader\loader.py", line 572, in
_create_custom
return func(**kwargs)
File "c:\code\Twisted-svn\twisted\trial\unittest.py", line 70, in __call__
return self.run(*args, **kwargs)
exceptions.TypeError: run() got an unexpected keyword argument 'name'
-------------------------------------------------------------------------------
Ran 259 tests in 13.328s
FAILED (skips=5, errors=1, successes=253)
--
Patrick K. O'Brien
Orbtech http://www.orbtech.com
Schevo http://www.schevo.org
Louie http://louie.berlios.de
More information about the Gazpacho
mailing list