]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/TestSuite.hs
Change some names in the test suite.
[spline3.git] / test / TestSuite.hs
index 6c4b4d9d94b5949b7d4778834ccac74252fbc4c5..7b1a55a099bf31c49fcf5d5203d08a43e254834e 100644 (file)
@@ -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,