X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Ftests.set;h=f3b8249acba0d9dbc7f7d56c2deea111e1ff4b31;hb=9900ce4eab3461ad8d24e2b337dddd1cce43e64c;hp=e0293d38831b0d752ae6fc4023751f1aeca0c5ff;hpb=f20db3c5b3a2f78f9ff7579a59c7bd1d3eece20a;p=modules%2Fsmesh.git diff --git a/doc/salome/examples/tests.set b/doc/salome/examples/tests.set index e0293d388..f3b8249ac 100644 --- a/doc/salome/examples/tests.set +++ b/doc/salome/examples/tests.set @@ -43,7 +43,6 @@ SET(BAD_TESTS quality_controls_ex22.py viewing_meshes_ex01.py radial_prism_3d_algo.py - test_smeshplugin_mg_tetra_parallele.py test_smeshplugins.py MGAdaptTests_without_session.py blocFissure_01_without_session.py @@ -55,6 +54,12 @@ SET(BAD_TESTS blocFissure_07_without_session.py ) +IF (NOT WIN32) + LIST(APPEND BAD_TESTS + test_smeshplugin_mg_tetra_parallele.py + ) +ENDIF(NOT WIN32) + SET(GOOD_TESTS cartesian_algo.py create_penta_biquad.py @@ -113,6 +118,7 @@ SET(GOOD_TESTS filters_ex39.py filters_node_nb_conn.py filters_belong2group.py + find_salome_actor_delegate_to_vtk.py grouping_elements_ex01.py grouping_elements_ex02.py grouping_elements_ex03.py @@ -197,6 +203,9 @@ set(SESSION_FREE_TESTS basic_geom_smesh_without_session.py basic_shaper_smesh_without_session.py shaper_smesh_groups_without_session.py + basic_smesh_output_with_mc_field.py + ssl_hdf5_symbols_conflicts.py + doublenodes_polyhedra.py ) SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} ${SESSION_FREE_TESTS} testme.py)