diff --git a/Examples/test-suite/python/director_nested_runme.py b/Examples/test-suite/python/director_nested_runme.py index 47505f629..8bc74ad7a 100644 --- a/Examples/test-suite/python/director_nested_runme.py +++ b/Examples/test-suite/python/director_nested_runme.py @@ -53,9 +53,11 @@ class C(FooBar_int): pass cc = C() - c = C.get_self(cc) c.advance() + if c.get_name() != "FooBar::get_name hello": raise RuntimeError +if c.name() != "FooBar::get_name hello": + raise RuntimeError