[sagemath] 01/01: Fix two more trivial test cases

Ximin Luo infinity0 at debian.org
Sun Oct 9 12:09:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository sagemath.

commit e91b2769adbbf48bd1208a7d4815beeb7c9af12c
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sun Oct 9 14:08:45 2016 +0200

    Fix two more trivial test cases
---
 debian/patches/debian-fix-trivial-test-cases.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/debian/patches/debian-fix-trivial-test-cases.patch b/debian/patches/debian-fix-trivial-test-cases.patch
index 1b73528..25cef54 100644
--- a/debian/patches/debian-fix-trivial-test-cases.patch
+++ b/debian/patches/debian-fix-trivial-test-cases.patch
@@ -233,3 +233,25 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
          sage: s, libs, inc, lang, f, args, libdirs = pyx_preparse("# cargs -O3 -ggdb\n")
          sage: args
+--- a/sage/src/sage/numerical/backends/glpk_backend.pyx
++++ b/sage/src/sage/numerical/backends/glpk_backend.pyx
+@@ -2243,7 +2243,7 @@
+             sage: p.solve()
+             0
+             sage: p.print_ranges()
+-            Write sensitivity analysis report to...
++            ...
+             GLPK ... - SENSITIVITY ANALYSIS REPORT                                                                         Page   1
+             <BLANKLINE>
+             Problem:
+--- a/sage/src/sage/interfaces/tachyon.py
++++ b/sage/src/sage/interfaces/tachyon.py
+@@ -170,7 +170,7 @@
+             sage: from sage.interfaces.tachyon import TachyonRT
+             sage: t = TachyonRT()
+             sage: t.usage(use_pager=False)
+-            Tachyon Parallel/Multiprocessor Ray Tracer   Version...
++            Usage: tachyon modelfile [options]...
+         """
+         r = os.popen('tachyon').read()
+         if use_pager == True:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list