]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/TestSuite.hs
Re-enable all of the tests for (2.7).
[spline3.git] / test / TestSuite.hs
index 0e0055d6142fafc2249c50623b02f09fb73d33da..31e24266f9e54b62bc0b4d4935b92072b0088666 100644 (file)
@@ -160,25 +160,25 @@ main = do
   putStr "prop_c2100_identity1... "
   quickCheckWith qc_args TC.prop_c2100_identity1
 
-  -- putStrLn "\np. 79, (2.7)\n"
+  putStrLn "\np. 79, (2.7)\n"
 
-  -- putStr "prop_c0102_identity1... "
-  -- quickCheckWith qc_args TF.prop_c0102_identity1
+  putStr "prop_c0102_identity1... "
+  quickCheckWith qc_args TC.prop_c0102_identity1
 
-  -- putStr "prop_c0201_identity1... "
-  -- quickCheckWith qc_args TF.prop_c0201_identity1
+  putStr "prop_c0201_identity1... "
+  quickCheckWith qc_args TC.prop_c0201_identity1
 
-  -- putStr "prop_c0300_identity2... "
-  -- quickCheckWith qc_args TF.prop_c0300_identity2
+  putStr "prop_c0300_identity2... "
+  quickCheckWith qc_args TC.prop_c0300_identity2
 
-  -- putStr "prop_c1101_identity... "
-  -- quickCheckWith qc_args TF.prop_c1101_identity
+  putStr "prop_c1101_identity... "
+  quickCheckWith qc_args TC.prop_c1101_identity
 
-  -- putStr "prop_c1200_identity2... "
-  -- quickCheckWith qc_args TF.prop_c1200_identity2
+  putStr "prop_c1200_identity2... "
+  quickCheckWith qc_args TC.prop_c1200_identity2
 
-  -- putStr "prop_c2100_identity2... "
-  -- quickCheckWith qc_args TF.prop_c2100_identity2
+  putStr "prop_c2100_identity2... "
+  quickCheckWith qc_args TC.prop_c2100_identity2
 
   -- putStrLn "\np. 79, (2.8)\n"