Changes between Version 2 and Version 3 of TestSuite


Ignore:
Timestamp:
Apr 14, 2008, 11:31:40 AM (17 years ago)
Author:
rempel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestSuite

    v2 v3  
    1616mdl-mexpr-test test-construct: test-failed (no other diagnostic output), separate running returns t 
    1717mdl-parameters-test test-construct: test-failed (no other diagnostic output), separate running returns t
     18
     19in mexpr-test test-recursive-var: test ok, recursive calling detected ok, but c[2],d[4],c[2] should report d[3] instead of d[4];
     20(c[i]==d[i+1]; d[i]==c[n-i+2]; n=3; loop for i=3, c[2],d[3])