From 88322f74281f5f6219c447c29363b4ee01199412 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 5 Sep 2011 18:59:07 -0400 Subject: [PATCH] Change some names in the test suite. --- test/TestSuite.hs | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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, -- 2.43.2