Martin Chilvers | 21 Jul 17:52

Re: Overview of ETS 3.0 tests

Ilan Schnell wrote:
> Hi Martin,
> 
> this is the error I get when a remove the line which skips the test:
> 
> 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 0x850fe4c>
> 
> The tests
>   self.assertEqual('x', listener.extension_point)
>   self.assertEqual([], listener.added)
>   self.assertEqual([42], listener.removed)
> fail on my system, thats why I decided to skip them for now (see FIXME).

Hmmmm, what version of traits are you using? I am usingv the latest trunk revision (20059)...

Also, how do you invoke the tests?

Martin

Gmane