test/Tools/isac/Interpret/calchead.sml
changeset 55446 42c45d1241d7
parent 55445 33b0f6db720c
child 59111 c730b643bc0e
     1.1 --- a/test/Tools/isac/Interpret/calchead.sml	Fri Jun 13 12:06:38 2014 +0200
     1.2 +++ b/test/Tools/isac/Interpret/calchead.sml	Fri Jun 13 12:42:15 2014 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4      ["Test","squ-equ-test-subpbl1"]))];
     1.5   Iterator 1;
     1.6   moveActiveRoot 1;
     1.7 - autoCalculate 1 CompleteCalc;
     1.8 + autoCalculate' 1 CompleteCalc;
     1.9   moveActiveFormula 1 ([2],Res); (*there is "-1 + x = 0"*)
    1.10   replaceFormula 1 "x = 1"; 
    1.11   (*... returns calcChangedEvent with ...*)