X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTestContainer%2FTestComponentPy.py;h=569fb0fd94df067c68fd620d02441b0af059742d;hb=f932433e7396f9be950f617c50c9b15db1a33be1;hp=05f9fcaa0cb44eb7d15236164c5b16903d861fa3;hpb=bbac39ee34bd6a5e6fd051024209399b97b818b1;p=modules%2Fyacs.git diff --git a/src/TestContainer/TestComponentPy.py b/src/TestContainer/TestComponentPy.py index 05f9fcaa0..569fb0fd9 100755 --- a/src/TestContainer/TestComponentPy.py +++ b/src/TestContainer/TestComponentPy.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -7,7 +7,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -49,7 +49,7 @@ if rootContext is None: #resolve the name /Containers.dir/FactoryServerPy.object machineName=getShortHostName() -containerName = "FactoryServerPy" +containerName = "FactoryServer" name = [CosNaming.NameComponent("Containers","dir"), CosNaming.NameComponent(machineName,"dir"), CosNaming.NameComponent(containerName,"object")] @@ -62,12 +62,10 @@ except CosNaming.NamingContext.NotFound, ex: container = obj._narrow(Engines.Container) print container.getHostName() -comp = container.load_impl("SALOME_TestComponentPy","SALOME_TestComponentPy") +comp = container.load_impl("SalomeTestComponent","SalomeTestComponent") print comp._get_instanceName() comp.ping() comptest = comp._narrow(Engines.TestComponent) if comptest is None: print "probleme cast" print comptest.Coucou(1) - -