test failure in rtest_taylor



After my last cvs update I get the following errors in make check:

Running tests in rtest_taylor: 
********************** Problem 85 ***************
Input:
taylor(bessel_j(0, x), x, 0, 5)


Result:
`taylor' encountered an unfamiliar singularity in:
bessel_j(0, x)
 -- an error.  To debug this try debugmode(true);
0 + . . .

This differed from the expected result:
 4    2
x    x
-- - -- + 1
64   4

********************** Problem 86 ***************
Input:
taylor(bessel_j(1, x), x, 0, 5)


Result:
`taylor' encountered an unfamiliar singularity in:
bessel_j(1, x)
 -- an error.  To debug this try debugmode(true);
0 + . . .

This differed from the expected result:
 5     3
x     x    x
--- - -- + -
384   16   2

124/126 tests passed.

The following 2 problems failed: (85 86)

Error summary:
Errors found in /usr/home/are/maxima/maxima/tests/rtest_taylor.mac, problems:
(85 86)


There was some discussion about changes for bessel_j on the list.
Is the failure connected to that? Any ideas before I go hunting after
the culprit?

'Andreas
--  
Wherever I lay my .emacs, there's my $HOME.