Salome HOME
Issue #2563: CEA 2018-1 Common
authordbv <dbv@opencascade.com>
Mon, 20 Aug 2018 12:41:46 +0000 (15:41 +0300)
committerdbv <dbv@opencascade.com>
Mon, 20 Aug 2018 12:42:05 +0000 (15:42 +0300)
commit0f5ecf0887261ef44c302dd1414924713fc481e1
tree6fa0720eab295943628ac3bc4740c8d213d9e873
parentee02bb5257de5e7d86d1ba57dde7d76bc1eae8d9
Issue #2563: CEA 2018-1 Common

Added some unit tests.
24 files changed:
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/Test/TestBooleanCommon_CompSolidCompound_CompSolidCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_CompSolidCompound_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_CompSolidCompound_Shell.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_CompSolid_CompSolid.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_CompSolid_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_CompSolid_Shell.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_EdgeCompound_EdgeCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Edge_Edge.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_FaceCompound_FaceCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Face_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_ShellCompound_ShellCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Shell_Shell.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_SolidCompound_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_SolidCompound_Shell.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_SolidCompound_SolidCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Solid_Face.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Solid_Shell.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Solid_Solid.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_VertexCompound_VertexCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Vertex_Vertex.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_WireCompound_WireCompound.py [new file with mode: 0644]
src/FeaturesPlugin/Test/TestBooleanCommon_Wire_Wire.py [new file with mode: 0644]
src/FeaturesPlugin/Test/_Test2394.py [new file with mode: 0644]