]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
chgt cataMemesNoms en cata_MemesNoms
authorpascale.noyret <pascale.noyret@edf.fr>
Tue, 20 Oct 2020 13:15:16 +0000 (15:15 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Tue, 20 Oct 2020 13:15:16 +0000 (15:15 +0200)
Tests/MappingAccasXsd/GNUmakefile
Tests/MappingAccasXsd/cataMemesNoms.py [deleted file]
Tests/MappingAccasXsd/cata_MemesNoms.py [new file with mode: 0644]

index a10f53fc7a8628f5f489f6c2c9d14645c72f4894..38a5e7b327d0847dd8181c65d6607371291db356 100644 (file)
@@ -42,7 +42,7 @@ $(eval $(call cata_dependencies,.xsd))
 
 # $(subst .py,.xsd,cata_dependencies)
 
-cata_files= cata_1.py cata_UserAssd.py cata_ASSD.py cataMemesNoms.py
+cata_files= cata_1.py cata_UserAssd.py cata_ASSD.py cata_MemesNoms.py
 
 xsd_files   = $(cata_files:%.py=%.xsd)
 driver_files= $(cata_files:%.py=%_driver.py)
diff --git a/Tests/MappingAccasXsd/cataMemesNoms.py b/Tests/MappingAccasXsd/cataMemesNoms.py
deleted file mode 100644 (file)
index e0fcbea..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright (C) 2008-2018 EDF R&D
-#
-# This file is part of SALOME ADAO module
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-import os, re
-import Accas
-from Accas import *
-monFichier=os.path.abspath(__file__)
-
-JdC = JDC_CATA (
-    code='Essai'
-    )
-VERSION_CATALOGUE='V_0'
-
-# tout est Facultatif car sinon, on ne peut pas supprimer et c 'est ce qu on veut tester
-
-
-MonProc = PROC( nom='MonProc',
-    FInt = FACT ( statut ='o',
-        monObjet=SIMP(statut ='o', typ ='I'),
-    ),
-    FFloat = FACT ( statut ='o',
-        monObjet=SIMP(statut ='o', typ ='R'),
-    ),
-    FText = FACT ( statut ='o',
-        monObjet=SIMP(statut ='o', typ ='TXM'),
-    )
-)
diff --git a/Tests/MappingAccasXsd/cata_MemesNoms.py b/Tests/MappingAccasXsd/cata_MemesNoms.py
new file mode 100644 (file)
index 0000000..e0fcbea
--- /dev/null
@@ -0,0 +1,43 @@
+# Copyright (C) 2008-2018 EDF R&D
+#
+# This file is part of SALOME ADAO module
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+import os, re
+import Accas
+from Accas import *
+monFichier=os.path.abspath(__file__)
+
+JdC = JDC_CATA (
+    code='Essai'
+    )
+VERSION_CATALOGUE='V_0'
+
+# tout est Facultatif car sinon, on ne peut pas supprimer et c 'est ce qu on veut tester
+
+
+MonProc = PROC( nom='MonProc',
+    FInt = FACT ( statut ='o',
+        monObjet=SIMP(statut ='o', typ ='I'),
+    ),
+    FFloat = FACT ( statut ='o',
+        monObjet=SIMP(statut ='o', typ ='R'),
+    ),
+    FText = FACT ( statut ='o',
+        monObjet=SIMP(statut ='o', typ ='TXM'),
+    )
+)