rtest 12 #16



Why does Maxima mark this test as correct?

********************** Problem 16 ***************
Input:
integrate(sin(t),t,0,x)
Result:
integrate(sin(t),t,0,t)
... Which was correct.
********************** Problem 17 ***************

I think this is caused by a bug in mload.lisp. I wrote a
substitute for test-batch and $simple_equal that
helps detect such (putative) problems.

Barton