Problem in share_testsuite in file rtest_simplify_sum.mac



The last example of the test file rtest_simplify_sum which was added
with Rev. 1.17 does not work. A parameter is missing:

********************** Problem 56 ***************
Input:
test_sum(sum(1/(3+2*2*k)+1/(1+2*2*k)+(-1)/(2*k),k,1,inf),[],[ratsimp],
         (9*log(2)-8)/6)


Result:
Too few arguments supplied to test_sum(sm,ass,use_gamma,smp,ans):
['sum(1/(4*k+3)+1/(4*k+1)-1/(2*k),k,1,inf),[],[ratsimp],(9*log(2)-8)/6]
?error\-catch

This differed from the expected result:
0

I get this error with CLISP and GCL.

Dieter Kaiser