batch(<name>,test) is now sort of broken



On 10/29/07, Fabrizio Caruso <caruso at dm.unipi.it> wrote:

> My test do not work because things that are
> equal are considered different if they are not identical
> and I haven't found a way to force them to be identical.

If a result which is equivalent but not identical is an acceptable output,
you can phrase the test as something like

(result : <some expression here>, is (equal (result, <expected result here>)));
true;

Is your test script included in Maxima at present?
If not I would like to include it in the next release.
You can let me know.

best

Robert