X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=f97df52855bc1bf95bbc7462a1214fb7934b2a5c;hb=5c567a139aa16a7df3b4279b13d3110027eb744f;hp=2c451c78d38f3cfdf78fac19056c83979f78a379;hpb=ba0634a6026907c2c3c97efb77a716b1b4fef819;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index 2c451c7..f97df52 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -202,14 +202,14 @@ main = do putStr "prop_c0120_identity3... " quickCheckWith qc_args TC.prop_c0120_identity3 - putStr "prop_c0120_identity4... " - quickCheckWith qc_args TC.prop_c0120_identity4 + -- putStr "prop_c0120_identity4... " + -- quickCheckWith qc_args TC.prop_c0120_identity4 - putStr "prop_c0120_identity5... " - quickCheckWith qc_args TC.prop_c0120_identity5 + -- putStr "prop_c0120_identity5... " + -- quickCheckWith qc_args TC.prop_c0120_identity5 - putStr "prop_c0120_identity6... " - quickCheckWith qc_args TC.prop_c0120_identity6 + -- putStr "prop_c0120_identity6... " + -- quickCheckWith qc_args TC.prop_c0120_identity6 putStr "prop_c0210_identity1... " quickCheckWith qc_args TC.prop_c0210_identity1 @@ -266,7 +266,7 @@ main = do putStr "prop_c1011_identity... " quickCheckWith qc_args TC.prop_c1011_identity - putStrLn "\np. 80, (2.9)\n" + -- putStrLn "\np. 80, (2.9)\n" -- putStr "prop_c0120_identity2... " -- quickCheckWith qc_args TF.prop_c0120_identity2 @@ -416,6 +416,18 @@ main = do putStr "prop_b3_v2_always_zero... " quickCheckWith qc_args prop_b3_v2_always_zero + putStr "prop_swapping_vertices_doesnt_affect_coefficients1... " + quickCheckWith qc_args prop_swapping_vertices_doesnt_affect_coefficients1 + + putStr "prop_swapping_vertices_doesnt_affect_coefficients2... " + quickCheckWith qc_args prop_swapping_vertices_doesnt_affect_coefficients2 + + putStr "prop_swapping_vertices_doesnt_affect_coefficients3... " + quickCheckWith qc_args prop_swapping_vertices_doesnt_affect_coefficients3 + + putStr "prop_swapping_vertices_doesnt_affect_coefficients4... " + quickCheckWith qc_args prop_swapping_vertices_doesnt_affect_coefficients4 + putStrLn "\np. 78, (2.4)\n" putStr "prop_c3000_identity... " @@ -427,7 +439,6 @@ main = do putStr "prop_c1110_identity... " quickCheckWith qc_args TT.prop_c1110_identity - putStrLn "\nCardinal Tests\n" putStr "prop_ccwx_rotation_changes_direction... "