X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=9307691d3ab0321b88d4c68042e15325c077d689;hb=87e50361895b914da03a8f84783724c95f54f601;hp=abed470f19ecdfee62909087f06237bb1c701246;hpb=a032d4426427de084931d194248f4086b12c11ce;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index abed470..9307691 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,51 +266,33 @@ main = do putStr "prop_c1011_identity... " quickCheckWith qc_args TC.prop_c1011_identity - putStrLn "\np. 80, (2.9)\n" + putStr "\n" - -- putStr "prop_c0120_identity2... " - -- quickCheckWith qc_args TF.prop_c0120_identity2 - - -- putStr "prop_c0102_identity2... " - -- quickCheckWith qc_args TF.prop_c0102_identity2 - - -- putStr "prop_c0111_identity... " - -- quickCheckWith qc_args TF.prop_c0111_identity - - -- putStr "prop_c0210_identity2... " - -- quickCheckWith qc_args TF.prop_c0210_identity2 - - -- putStr "prop_c0201_identity2... " - -- quickCheckWith qc_args TF.prop_c0201_identity2 - - -- 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 +398,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 +421,6 @@ main = do putStr "prop_c1110_identity... " quickCheckWith qc_args TT.prop_c1110_identity - putStrLn "\nCardinal Tests\n" putStr "prop_ccwx_rotation_changes_direction... "