#13686: wrong function tested in interface/r.py
--------------------------+-------------------------------------------------
   Reporter:  fbissey     |             Owner:  was     
       Type:  defect      |            Status:  new     
   Priority:  trivial     |         Milestone:  sage-5.5
  Component:  interfaces  |          Keywords:          
Work issues:              |   Report Upstream:  N/A     
  Reviewers:              |           Authors:          
  Merged in:              |      Dependencies:          
   Stopgaps:              |  
--------------------------+-------------------------------------------------
 Stumbled upon that while analizing sage-on-gentoo test failures. In r.py
 there are two functions r.version and r_version. But they have the same
 doctest...

 def r_version():
     """
     Return the R version.

     EXAMPLES::

         sage: r.version()
         ((2, 14, 0), 'R version 2.14.0 (2011-10-31)')
     """
     return r.version()

 Sure r_version returns r.version but r_version should be tested not
 r.version again surely.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13686>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to