#8812 closed defect (duplicate)
notebook doctest failure in sage-4.4.1.alpha0
Reported by: | was | Owned by: | jason, was |
---|---|---|---|
Priority: | blocker | Milestone: | sage-duplicate/invalid/wontfix |
Component: | notebook | Keywords: | |
Cc: | acleone | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
wstein@sage:~/build/release/4.4.1/sage-4.4.1.alpha1$ ./sage -t -long "local/lib/python2.6/site-packages/sagenb-0.8-py2.6.egg/sagenb/notebook/twist.py" sage -t -long "local/lib/python2.6/site-packages/sagenb-0.8-py2.6.egg/sagenb/notebook/twist.py" ********************************************************************** File "/mnt/usb1/scratch/wstein/build/release/4.4.1/sage-4.4.1.alpha1/local/lib/python2.6/site-packages/sagenb-0.8-py2.6.egg/sagenb/notebook/twist.py", line 1696: sage: E.render(ctx) Expected: <RedirectResponse 301 Document moved to over there.> Got: <sagenb.notebook.twist.RedirectResponse code=303, streamlen=None> ********************************************************************** 1 items had failures: 1 of 15 in __main__.example_30 ***Test Failed*** 1 failures. For whitespace errors, see the file /scratch/wstein/sage//tmp/.doctest_twist.py [4.0 s] ---------------------------------------------------------------------- The following tests failed: sage -t -long "local/lib/python2.6/site-packages/sagenb-0.8-py2.6.egg/sagenb/notebook/twist.py" Total time for all tests: 4.0 seconds
This is a result of #8725.
Change History (2)
comment:1 Changed 11 years ago by
- Cc acleone added
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 11 years ago by
- Milestone changed from sage-4.4.1 to sage-duplicate/invalid/wontfix
Note: See
TracTickets for help on using
tickets.
Already a patch up at #8724