testsuite failures for 5.13.99rc1 / windows



Another problem: The load function seems to be broken on windows.
I think this is only a problem for wxMaxima.

(%i1) load(topoly);
Maxima encountered a Lisp error:
 Error in SYMBOL-NAME [or a callee]: 
"C:/PROGRA~1/MAXIMA~2.99R/share/maxima/5.13.99rc1/share/contrib/topoly.lisp" 
is not of type SYMBOL.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.

(%i2) load("topoly");
Maxima encountered a Lisp error:
 Error in SYMBOL-NAME [or a callee]: 
"C:/PROGRA~1/MAXIMA~2.99R/share/maxima/5.13.99rc1/share/contrib/topoly.lisp" 
is not of type SYMBOL.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.


BW