Changes between Version 2 and Version 3 of TestSuite
- Timestamp:
- Apr 14, 2008, 11:31:40 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestSuite
v2 v3 16 16 mdl-mexpr-test test-construct: test-failed (no other diagnostic output), separate running returns t 17 17 mdl-parameters-test test-construct: test-failed (no other diagnostic output), separate running returns t 18 19 in 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])