diff -r 0e591f806290 -r 8a34b2ebc8cc testing3/knight_test.sh --- a/testing3/knight_test.sh Tue Dec 03 11:07:09 2019 +0000 +++ b/testing3/knight_test.sh Mon Jan 27 10:18:13 2020 +0000 @@ -230,7 +230,7 @@ if [ $tsts1 -eq 0 ] then echo -e "For testing needs to take 10 seconds or less to execute: " >> $out - echo -e " first_closed_tour_heuristic(6, List((3,3))) found and correct?" >> $out + echo -e " first_closed_tour_heuristics(6, List((3,3))) found and correct?" >> $out if (scala_assert_quick "knight2.scala" "knight_test7.scala") then @@ -245,8 +245,8 @@ if [ $tsts1 -eq 0 ] then echo -e "For testing needs to take 10 seconds or less to execute: " >> $out - echo -e " first_tour_heuristic(8, List((0,0))) found and correct?" >> $out - echo -e " first_tour_heuristic(30, List((0,0))) found and correct?" >> $out + echo -e " first_tour_heuristics(8, List((0,0))) found and correct?" >> $out + echo -e " first_tour_heuristics(30, List((0,0))) found and correct?" >> $out if (scala_assert_quick "knight2.scala" "knight_test8.scala") then @@ -298,7 +298,7 @@ echo -e "For testing needs to take 10 seconds or less to execute: " >> $out echo -e " tour_on_mega_board(70, List((0,0))) found and correct?" >> $out - if (scala_assert_quick "knight3.scala" "knight_test9.scala") + if (scala_assert_slow "knight3.scala" "knight_test9.scala") then echo -e " --> success" >> $out else