#15232: fix _test_category for polynomial rings
-------------------------------------+-------------------------------------
       Reporter:  saraedum           |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.10
      Component:  categories         |   Resolution:
       Keywords:  sd59               |    Merged in:
        Authors:  Julian Rueth       |    Reviewers:  Vincent Delecroix,
Report Upstream:  N/A                |  David Roe
         Branch:                     |  Work issues:
  public/ticket/15232                |       Commit:
   Dependencies:                     |  af6987d707af1ee9f53d6fe1a5d4b3e5ac233ce0
                                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vbraun):

 * status:  positive_review => needs_work


Comment:

 {{{
 sage -t --long src/doc/ja/tutorial/tour_coercion.rst
 **********************************************************************
 File "src/doc/ja/tutorial/tour_coercion.rst", line 44, in
 doc.ja.tutorial.tour_coercion
 Failed example:
     type(a); type(b); type(c)
 Expected:
     <type
 
'sage.rings.polynomial.polynomial_integer_dense_flint.Polynomial_integer_dense_flint'>
     <class
 'sage.rings.polynomial.polynomial_element_generic.Polynomial_generic_sparse'>
     <type
 
'sage.rings.polynomial.polynomial_integer_dense_ntl.Polynomial_integer_dense_ntl'>
 Got:
     <type
 
'sage.rings.polynomial.polynomial_integer_dense_flint.Polynomial_integer_dense_flint'>
     <class
 
'sage.rings.polynomial.polynomial_element_generic.PolynomialRing_integral_domain_with_category.element_class'>
     <type
 
'sage.rings.polynomial.polynomial_integer_dense_ntl.Polynomial_integer_dense_ntl'>
 **********************************************************************
 1 item had failures:
    1 of  72 in doc.ja.tutorial.tour_coercion
     [59 tests, 1 failure, 0.34 s]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15232#comment:29>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to