]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Pour le test
authorGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Wed, 15 Sep 2021 09:44:43 +0000 (11:44 +0200)
committerGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Wed, 15 Sep 2021 09:44:43 +0000 (11:44 +0200)
src/PythonAddons/Test/TestpipeNetwork.py
src/PythonAddons/macros/pipeNetwork/feature.py

index 910ffea75fe27c0c9ec82d78fe8fb52b88797afa..90a82cc04a698597bf4261b17c25035c21885e01 100755 (executable)
@@ -47,6 +47,6 @@ aFile = anImportFeature.string(aFieldName)
 aFile.setValue(theFile)
 aSession.finishOperation()
 
-assert(aPart.size("Construction") == 35), "Right number of construction: {}".format(aPart.size("Construction"))
+assert(aPart.size("Construction") == 46), "Right number of construction: {}".format(aPart.size("Construction"))
 
 assert(aPart.size("Folders") == 1), "Right number of folders: {}".format(aPart.size("Folders"))
index 36f73c8a1ec03bf8b765404e4198771c61e376bf..5f95840307b2a9c090c64f00558a53a5bed8f416 100755 (executable)
@@ -219,7 +219,7 @@ Sorties :
         """
         modif = False
         nb_points = len(l_noeuds)
-        printverbose ("Analyse de {}".format(l_noeuds), verbose=self._verbose_max or True)
+        printverbose ("Analyse de {}".format(l_noeuds), verbose=self._verbose_max)
         #print ("nb_points = {}".format(nb_points))
 
         indice = 0
@@ -762,7 +762,7 @@ Il est nommé conformément au noeud d'application. Cela n'a qu'un intérêt gra
 
 
                 # B.2. Gestion des points alignés
-                self.print_info (self._verbose_max or True, "avant gestion des points alignés")
+                self.print_info (self._verbose_max, "avant gestion des points alignés")
 
                 self.correctConnectivity ()
 
@@ -770,7 +770,7 @@ Il est nommé conformément au noeud d'application. Cela n'a qu'un intérêt gra
                 for key, value in self.connectivities.items():
                     self.infoPoints[value['chainage'][-1]]["isEnd"] = True
 
-                self.print_info (self._verbose_max or True, "avant les création de points, etc.")
+                self.print_info (self._verbose_max, "avant les création de points, etc.")
 
                 # B.4. Creation des points
                 self.createPoints(part)
@@ -790,7 +790,7 @@ Il est nommé conformément au noeud d'application. Cela n'a qu'un intérêt gra
                 # B.9. Création des sketchs pour le pipeNetwork
                 self.createSketches(part)
 
-                self.print_info (self._verbose_max or True, "après la création des sketchs")
+                self.print_info (self._verbose_max, "après la création des sketchs")
 
                 # B.10. Création des pipes
                 self.createPipes(part, nameRes)