From: Christian Caremoli <> Date: Fri, 16 Nov 2007 08:25:33 +0000 (+0000) Subject: CCAR: adaptation tests a nouvelle version X-Git-Tag: V1_13b1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f270df479bcba83e6f4bf6ced12bcfc5b1e549e6;p=tools%2Feficas.git CCAR: adaptation tests a nouvelle version --- diff --git a/Tests/Makefile b/Tests/Makefile new file mode 100644 index 00000000..b57cab49 --- /dev/null +++ b/Tests/Makefile @@ -0,0 +1,5 @@ +ihm9: + python run.py testihm9/testihm1.py + python run.py testihm9/testihm2.py + python run.py testihm9/testihm3.py + python run.py testihm9/testihm4.py diff --git a/Tests/README b/Tests/README index eb536e9e..ae0b62f6 100644 --- a/Tests/README +++ b/Tests/README @@ -13,3 +13,6 @@ par test ou Test. Quelques tests dont le nom commence par futuretest ne sont pas exécutés. Ils identifient des limites actuelles d'Accas. + +Certains tests doivent etre exécutés séparément à cause d'un problème d'import de catalogue. +En particulier, les tests d'ihm (testihm*.py) entrent dans cette catégorie. diff --git a/Tests/eficas_aster.py b/Tests/eficas_aster.py index 1d298b58..deaa5455 100755 --- a/Tests/eficas_aster.py +++ b/Tests/eficas_aster.py @@ -27,6 +27,6 @@ # Modules Eficas import prefs -from Editeur import eficas_go +from InterfaceTK import eficas_go eficas_go.lance_eficas() diff --git a/Tests/testihm9/common.py b/Tests/testihm9/common.py index 37c180cd..5053157e 100644 --- a/Tests/testihm9/common.py +++ b/Tests/testihm9/common.py @@ -6,6 +6,10 @@ jdcdisplay=None class UnKnownNode(Exception):pass +def pause(): + if 1: + showinfo("Pause","Pause") + def init_common(r,j): global root,jdcdisplay root=r