From: eficas <> Date: Mon, 18 Apr 2005 14:19:59 +0000 (+0000) Subject: modif mineure tests X-Git-Tag: CC_param_poursuite~144 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9840a4a1ce26270900a24590d02207872bf3342;p=tools%2Feficas.git modif mineure tests --- diff --git a/Aster/Tests/p1.comm b/Aster/Tests/p1.comm index bb0e8105..267482c7 100644 --- a/Aster/Tests/p1.comm +++ b/Aster/Tests/p1.comm @@ -1,5 +1,7 @@ POURSUITE() #import traceback #traceback.print_stack() +print "==================================" print "coucou1" +print "==================================" FIN() diff --git a/Aster/Tests/p2.comm b/Aster/Tests/p2.comm index 01b2209b..d345a4c2 100644 --- a/Aster/Tests/p2.comm +++ b/Aster/Tests/p2.comm @@ -1,5 +1,7 @@ POURSUITE() #import traceback #traceback.print_stack() +print "==================================" print "coucou2" +print "==================================" FIN() diff --git a/Aster/Tests/p3.comm b/Aster/Tests/p3.comm index 64a7837b..86c7ce24 100644 --- a/Aster/Tests/p3.comm +++ b/Aster/Tests/p3.comm @@ -1,5 +1,7 @@ DEBUT() #import traceback #traceback.print_stack() +print "==================================" print "coucou3" +print "==================================" FIN()