Martin Chilvers | 21 Jul 18:51

Re: Overview of ETS 3.0 tests

Hi Ilan,

> Traceback (most recent call last):
>   File "provider_extension_registry_test_case.py", line 478, in
> test_remove_provider
>     self.assertEqual('x', listener.extension_point)
> AssertionError: 'x' !=
> <enthought.envisage.extension_point.ExtensionPoint object at 0x8510e2c>

As it turns out, there *is* a bug in the provider extension registry and it was passing the 
extension point to its listeners instead of the extension point Id...

Before I check in the fix tho', I want to work out why it passed for me! What else could be 
different between our setups? Are you using Python 2.4 or 2.5? No idea why that should matter, but 
hey...

Martin

Gmane