From b9840a4a1ce26270900a24590d02207872bf3342 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Mon, 18 Apr 2005 14:19:59 +0000 Subject: [PATCH] modif mineure tests --- Aster/Tests/p1.comm | 2 ++ Aster/Tests/p2.comm | 2 ++ Aster/Tests/p3.comm | 2 ++ 3 files changed, 6 insertions(+) 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() -- 2.39.2