id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
4386	[with patch, positive review] Sage 3.1.4: optional doctest failure in sage/rings/number_field/totallyreal_phc.py	mabshoff	craigcitro	"{{{
sage -t -long -optional devel/sage/sage/rings/number_field/totallyreal_phc.py
**********************************************************************
File ""/scratch/mabshoff/release-cycle/sage-3.1.3.final/tmp/totallyreal_phc.py"", line 86:
    sage: __lagrange_bounds_phc(3,5,[8,1,2,0,1],tmpfile='phc') # optional
Exception raised:
    Traceback (most recent call last):
      File ""/scratch/mabshoff/release-cycle/sage-3.1.3.final/local/lib/python2.5/doctest.py"", line 1228, in __run
        compileflags, 1) in test.globs
      File ""<doctest __main__.example_2[2]>"", line 1, in <module>
        __lagrange_bounds_phc(Integer(3),Integer(5),[Integer(8),Integer(1),Integer(2),Integer(0),Integer(1)],tmpfile='phc') # optional###line 86:
    sage: __lagrange_bounds_phc(3,5,[8,1,2,0,1],tmpfile='phc') # optional
    NameError: name '__lagrange_bounds_phc' is not defined
**********************************************************************
File ""/scratch/mabshoff/release-cycle/sage-3.1.3.final/tmp/totallyreal_phc.py"", line 89:
    sage: __lagrange_bounds_phc(3,2,[8,1,2,0,1],tmpfile='phc') # optional
Exception raised:
    Traceback (most recent call last):
      File ""/scratch/mabshoff/release-cycle/sage-3.1.3.final/local/lib/python2.5/doctest.py"", line 1228, in __run
        compileflags, 1) in test.globs
      File ""<doctest __main__.example_2[3]>"", line 1, in <module>
        __lagrange_bounds_phc(Integer(3),Integer(2),[Integer(8),Integer(1),Integer(2),Integer(0),Integer(1)],tmpfile='phc') # optional###line 89:
    sage: __lagrange_bounds_phc(3,2,[8,1,2,0,1],tmpfile='phc') # optional
    NameError: name '__lagrange_bounds_phc' is not defined
**********************************************************************
File ""/scratch/mabshoff/release-cycle/sage-3.1.3.final/tmp/totallyreal_phc.py"", line 92:
    sage: __lagrange_bounds_phc(3,1,[8,1,2,0,1],tmpfile='phc') # optional
Exception raised:
    Traceback (most recent call last):
      File ""/scratch/mabshoff/release-cycle/sage-3.1.3.final/local/lib/python2.5/doctest.py"", line 1228, in __run
        compileflags, 1) in test.globs
      File ""<doctest __main__.example_2[4]>"", line 1, in <module>
        __lagrange_bounds_phc(Integer(3),Integer(1),[Integer(8),Integer(1),Integer(2),Integer(0),Integer(1)],tmpfile='phc') # optional###line 92:
    sage: __lagrange_bounds_phc(3,1,[8,1,2,0,1],tmpfile='phc') # optional
    NameError: name '__lagrange_bounds_phc' is not defined
**********************************************************************
1 items had failures:
   3 of   5 in __main__.example_2
***Test Failed*** 3 failures.
For whitespace errors, see the file /scratch/mabshoff/release-cycle/sage-3.1.3.final/tmp/.doctest_totallyreal_phc.py
	 [2.0 s]
exit code: 1024
}}}"	defect	closed	major	sage-3.2	doctest coverage	fixed		craigcitro jvoight							
