William Stein wrote:
> Hello,
> 
> I've released sage-2.8.8.  Get it at http://sagemath.org, as usual,
> or just do "sage -upgrade".
> 

There seems to be some typos in the test of gap.py

Jaap

[EMAIL PROTECTED] sage-2.8.8]$ ./sage -t  devel/sage-main/sage/interfaces/gap.py
sage -t  devel/sage-main/sage/interfaces/gap.py             
**********************************************************************
File "gap.py", line 69:
     sage: R = gap.PolynomialRing('Rationals', 2); R
Expected:
     PolynomialRing(..., [ x, x_2 ])
Got:
     PolynomialRing(..., [ x_1, x_2 ])
**********************************************************************
File "gap.py", line 71:
     sage: I = R.IndeterminatesOfPolynomialRing(); I
Expected:
     [ x, x_2 ]
Got:
     [ x_1, x_2 ]
**********************************************************************
File "gap.py", line 86:
     sage: f = gap(str(g)); f
Expected:
     -x^5+x_2^2
Got:
     -x_1^5+x_2^2
**********************************************************************
1 items had failures:
    3 of  22 in __main__.example_0
***Test Failed*** 3 failures.
For whitespace errors, see the file .doctest_gap.py
          [2.4 s]
exit code: 256

----------------------------------------------------------------------
The following tests failed:


         sage -t  devel/sage-main/sage/interfaces/gap.py
Total time for all tests: 2.4 seconds
[EMAIL PROTECTED] sage-2.8.8]$


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to