]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/TestSuite.hs
De-dupe some more Tetrahedron tests.
[spline3.git] / test / TestSuite.hs
index 3a0af8187c7417ef6bcb97f7fc92b46fabab7347..3d058e457c18e9c0906ea90003585514b6eab864 100644 (file)
@@ -53,9 +53,8 @@ misc_tests =
 tetrahedron_tests :: Test.Framework.Test
 tetrahedron_tests =
     testGroup "Tetrahedron Tests" [
+      tetrahedron1_geometry_tests,
       tetrahedron2_geometry_tests,
-      tc "volume (1)" test_volume1,
-      tc "doesn't contain point (1)" test_doesnt_contain_point1,
       tc "doesn't contain point (2)" test_doesnt_contain_point2,
       tc "doesn't contain point (3)" test_doesnt_contain_point3,
       tc "doesn't contain point (4)" test_doesnt_contain_point4,