]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
CCAR: adaptation tests a nouvelle version
authorChristian Caremoli <>
Fri, 16 Nov 2007 08:25:33 +0000 (08:25 +0000)
committerChristian Caremoli <>
Fri, 16 Nov 2007 08:25:33 +0000 (08:25 +0000)
Tests/Makefile [new file with mode: 0644]
Tests/README
Tests/eficas_aster.py
Tests/testihm9/common.py

diff --git a/Tests/Makefile b/Tests/Makefile
new file mode 100644 (file)
index 0000000..b57cab4
--- /dev/null
@@ -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
index eb536e9ea3566d8ed45fd18065ce3d2fa9042d8b..ae0b62f673d2be16c7e831a58c570cd034ee80e8 100644 (file)
@@ -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.
index 1d298b5810833ed94fccc64048802c3f9aff57ba..deaa5455a8fea74f6f19264a44bcf7ca0ee45c22 100755 (executable)
@@ -27,6 +27,6 @@
 
 # Modules Eficas
 import prefs
-from Editeur import eficas_go
+from InterfaceTK import eficas_go
 
 eficas_go.lance_eficas()
index 37c180cdd73fbd107191e3a76bd8dda339a9cab0..5053157e63c19772194f1204cae98b02351184ab 100644 (file)
@@ -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