]> SALOME platform Git repositories - tools/yacsgen.git/commitdiff
Salome HOME
change name of module
authorcrouzet <crouzet>
Mon, 25 Oct 2010 10:11:36 +0000 (10:11 +0000)
committercrouzet <crouzet>
Mon, 25 Oct 2010 10:11:36 +0000 (10:11 +0000)
add test for 5.1.5

Examples/hxx1/test_compohxx.py

index 9d84a6a2fd3ac50a40cc19e31ed5ce8cb9371263..bd8fbe9a65e6e474a9b4abc9fddc94c5f55748cb 100644 (file)
@@ -12,7 +12,7 @@ import SALOME
 import salome
 salome.salome_init()
 print "Test du composant CALCUL généré généré par hxx2salome"
-import hxxcompos
+import hxxcompos_ORB
 myCalc = salome.lcc.FindOrLoadComponent("FactoryServer", "CALCUL")
 print "10+15 = ",myCalc.add(10,15)
 print "10x15 = ",myCalc.mul(10,15)
@@ -121,9 +121,9 @@ myCoco2 = salome.lcc.FindOrLoadComponent("FactoryServerI2", "ICOCO")
 #
 myCoco1.initialize()
 m=myCoco1.getInputFieldTemplate("TargetField")
-#myCoco1.solve()  to test with 5.1.5
-#f=myCoco1.getOutputField("SourceField")
-#myCoco2.printField(f)
+myCoco1.solve()  #to test with 5.1.5
+f=myCoco1.getOutputField("SourceField")
+myCoco2.printField(f)
 #
 print "##################################"
 print "Fin test hxx2salome/ICOCO/A2"