From: vsr Date: Thu, 8 Aug 2019 12:03:52 +0000 (+0300) Subject: Move test_smeshplugins.py to 'bad' section as it depends on external plugins X-Git-Tag: V9_4_0a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=d61b06f0eb0cf3b844abf7d7c6fedd8f8d0f0026 Move test_smeshplugins.py to 'bad' section as it depends on external plugins --- diff --git a/doc/salome/examples/tests.set b/doc/salome/examples/tests.set index 5199a9c77..955e6a4f2 100644 --- a/doc/salome/examples/tests.set +++ b/doc/salome/examples/tests.set @@ -44,6 +44,7 @@ SET(BAD_TESTS viewing_meshes_ex01.py radial_prism_3d_algo.py test_smeshplugin_mg_tetra_parallele.py + test_smeshplugins.py ) SET(GOOD_TESTS @@ -181,7 +182,6 @@ SET(GOOD_TESTS split_biquad.py quad_medial_axis_algo.py defining_hypotheses_len_near_vertex.py - test_smeshplugins.py ) SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)