X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=f97df52855bc1bf95bbc7462a1214fb7934b2a5c;hb=5c567a139aa16a7df3b4279b13d3110027eb744f;hp=abed470f19ecdfee62909087f06237bb1c701246;hpb=a032d4426427de084931d194248f4086b12c11ce;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index abed470..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 @@ -286,31 +286,31 @@ main = do -- putStr "prop_c0300_identity3... " -- quickCheckWith qc_args TF.prop_c0300_identity3 - putStrLn "prop_interior_values_all_identical... " + putStr "prop_interior_values_all_identical... " quickCheckWith qc_args prop_interior_values_all_identical - putStrLn "prop_c_tilde_2100_rotation_correct... " + putStr "prop_c_tilde_2100_rotation_correct... " quickCheckWith qc_args prop_c_tilde_2100_rotation_correct - putStrLn "prop_x_rotation_doesnt_affect_front... " + putStr "prop_x_rotation_doesnt_affect_front... " quickCheckWith qc_args prop_x_rotation_doesnt_affect_front - putStrLn "prop_x_rotation_doesnt_affect_back... " + putStr "prop_x_rotation_doesnt_affect_back... " quickCheckWith qc_args prop_x_rotation_doesnt_affect_back - putStrLn "prop_y_rotation_doesnt_affect_left... " + putStr "prop_y_rotation_doesnt_affect_left... " quickCheckWith qc_args prop_y_rotation_doesnt_affect_left - putStrLn "prop_y_rotation_doesnt_affect_right... " + putStr "prop_y_rotation_doesnt_affect_right... " quickCheckWith qc_args prop_y_rotation_doesnt_affect_right - putStrLn "prop_z_rotation_doesnt_affect_top... " + putStr "prop_z_rotation_doesnt_affect_top... " quickCheckWith qc_args prop_z_rotation_doesnt_affect_top - putStrLn "prop_z_rotation_doesnt_affect_down... " + putStr "prop_z_rotation_doesnt_affect_down... " quickCheckWith qc_args prop_z_rotation_doesnt_affect_down - putStrLn "prop_c_tilde_2100_correct... " + putStr "prop_c_tilde_2100_correct... " quickCheckWith qc_args prop_c_tilde_2100_correct @@ -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... "