From 8df8c94427f77884b1245e3925723d3238a61d99 Mon Sep 17 00:00:00 2001 From: rahuel Date: Thu, 9 Feb 2006 16:37:38 +0000 Subject: [PATCH] _get_machineName() does not exist in container interface : replaced by getHostName() --- src/TestContainer/TestComponentPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestContainer/TestComponentPy.py b/src/TestContainer/TestComponentPy.py index 2dacf6dbb..c1f467441 100755 --- a/src/TestContainer/TestComponentPy.py +++ b/src/TestContainer/TestComponentPy.py @@ -62,7 +62,7 @@ except CosNaming.NamingContext.NotFound, ex: sys.exit(1) container = obj._narrow(Engines.Container) -print container._get_machineName() +print container.getHostName() comp = container.load_impl("SALOME_TestComponentPy","SALOME_TestComponentPy") print comp._get_instanceName() comp.ping() -- 2.39.2