X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Tests%2Fediteur.ini;h=55246c0f3039f9ce6bcb886c037cbcefcf76554f;hb=892b41f94796aebc25ab86d54d54fa4f687ce5ad;hp=4f4951205b02ad00b833f2e28e6c7f87177f5d4e;hpb=f915c06cd9182a855ff99527a373ff976fbcd815;p=tools%2Feficas.git diff --git a/Tests/editeur.ini b/Tests/editeur.ini index 4f495120..55246c0f 100644 --- a/Tests/editeur.ini +++ b/Tests/editeur.ini @@ -22,8 +22,8 @@ import os import prefs -rep_cata = os.path.abspath(os.path.join(prefs.REPINI,'../Aster/Cata')) -rep_Pmw = os.path.join(prefs.REPINI,'../Pmw') +rep_cata = os.path.abspath(os.path.join(prefs.repIni,'../Aster/Cata')) +rep_Pmw = os.path.join(prefs.repIni,'../Pmw') # Accès à la documentation Aster path_doc = os.path.join(rep_cata,'..','Doc') @@ -37,8 +37,10 @@ rep_travail = "/tmp" initialdir=os.curdir # Choix des catalogues -rep_mat=os.path.join(rep_cata,'..','materiau') -rep_mat="/local/cchris/ASTER/instals/materiaux/NEW8/materiau" +#rep_mat=os.path.join(rep_cata,'..','materiau') +rep_mat_v7="/local/cchris/ASTER/instals/materiaux/STA7" +rep_mat_v8="/local/cchris/ASTER/instals/materiaux/STA8" +rep_mat_v9="/local/cchris/ASTER/instals/materiaux/NEW9" catalogues = ( ('ASTER','petit',os.path.join(rep_cata,'petitcata'),'python'), @@ -48,6 +50,8 @@ catalogues = ( ('ASTER','v7.7',os.path.join(rep_cata,'cataSTA7'),'python'), ('ASTER','v7',os.path.join(rep_cata,'cataSTA7'),'python'), ('ASTER','v8.4',os.path.join(rep_cata,'cataSTA8'),'python'), - ('ASTER','v8',os.path.join(rep_cata,'cataSTA8'),'python','defaut'), + ('ASTER','v8',os.path.join(rep_cata,'cataSTA8'),'python'), + ('ASTER','v9.1',os.path.join(rep_cata,'cataSTA9'),'python'), + ('ASTER','v9',os.path.join(rep_cata,'cataSTA9'),'python','defaut'), )