From: Michael Orlitzky Date: Mon, 5 Sep 2011 22:59:07 +0000 (-0400) Subject: Change some names in the test suite. X-Git-Tag: 0.0.1~153 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=88322f74281f5f6219c447c29363b4ee01199412 Change some names in the test suite. --- 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,