X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;fp=test%2FTestSuite.hs;h=7b1a55a099bf31c49fcf5d5203d08a43e254834e;hb=88322f74281f5f6219c447c29363b4ee01199412;hp=6c4b4d9d94b5949b7d4778834ccac74252fbc4c5;hpb=d2e1b5009ad0ae3595e874227586617aad068daa;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index 6c4b4d9..7b1a55a 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -114,9 +114,18 @@ p79_28_properties = cube_properties :: Test.Framework.Test cube_properties = testGroup "Cube Properties" [ - tp "front/back tetrahedra are disjoint" prop_front_back_tetrahedra_disjoint, - tp "top/down tetrahedra are disjoint" prop_top_down_tetrahedra_disjoint, - tp "left/right tetrahedra are disjoint" prop_left_right_tetrahedra_disjoint, + tp "opposite octant tetrahedra are disjoint (1)" + prop_opposite_octant_tetrahedra_disjoint1, + tp "opposite octant tetrahedra are disjoint (2)" + prop_opposite_octant_tetrahedra_disjoint2, + tp "opposite octant tetrahedra are disjoint (3)" + prop_opposite_octant_tetrahedra_disjoint3, + tp "opposite octant tetrahedra are disjoint (4)" + prop_opposite_octant_tetrahedra_disjoint4, + tp "opposite octant tetrahedra are disjoint (5)" + prop_opposite_octant_tetrahedra_disjoint5, + tp "opposite octant tetrahedra are disjoint (6)" + prop_opposite_octant_tetrahedra_disjoint6, tp "all volumes positive" prop_all_volumes_positive, tp "all volumes exact" prop_all_volumes_exact, tp "v0 all equal" prop_v0_all_equal,