test/Tools/isac/Interpret/me.sml
changeset 55279 130688f277ba
parent 42394 977788dfed26
child 55445 33b0f6db720c
     1.1 --- a/test/Tools/isac/Interpret/me.sml	Thu Nov 21 17:31:20 2013 +0100
     1.2 +++ b/test/Tools/isac/Interpret/me.sml	Thu Nov 21 18:12:17 2013 +0100
     1.3 @@ -343,7 +343,7 @@
     1.4   val (p,_,f,nxt,_,pt) = CalcTreeTEST 
     1.5       [(["equality (1+-1*2+x=(0::real))", "solveFor x","solutions L"],
     1.6         ("Test", 
     1.7 -	["linear","univariate","equation","test"],
     1.8 +	["LINEAR","univariate","equation","test"],
     1.9  	["Test","solve_linear"]))];
    1.10   val (p,_,f,nxt,_,pt) = me nxt p c pt;
    1.11   val (p,_,f,nxt,_,pt) = me nxt p c pt;
    1.12 @@ -379,7 +379,7 @@
    1.13   CalcTree      (*start of calculation, return No.1*)
    1.14       [(["equality (1+-1*2+x=(0::real))", "solveFor x","solutions L"],
    1.15         ("Test", 
    1.16 -	["linear","univariate","equation","test"],
    1.17 +	["LINEAR","univariate","equation","test"],
    1.18  	["Test","solve_linear"]))];
    1.19   Iterator 1; moveActiveRoot 1;
    1.20