~ubuntu-branches/ubuntu/saucy/gfan/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/string_subst_test_50x.patch

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2013-07-09 10:44:01 UTC
  • mfrom: (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130709104401-5q66ozz5j5af0dak
Tags: 0.5+dfsg-3
* Upload to unstable.
* modify remove_failing_tests_on_32bits.patch to replace command of
  0009RenderStairCase test with an empty one instead of deleting it.
* remove lintian override about spelling error

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: use string substitution instead of hard coded executable name in
 
2
 some of the 50x tests.
 
3
Author: Cédric Boutillier <boutil@debian.org>
 
4
Last-Update: 2013-01-16
 
5
 
 
6
--- a/testsuite/0507InitialIdeal/command
 
7
+++ b/testsuite/0507InitialIdeal/command
 
8
@@ -1 +1 @@
 
9
-gfan _overintegers --initialIdeal -m
 
10
+%s _overintegers --initialIdeal -m
 
11
--- a/testsuite/0508IntegerGroebnerCone/command
 
12
+++ b/testsuite/0508IntegerGroebnerCone/command
 
13
@@ -1 +1 @@
 
14
-gfan _overintegers --groebnerCone | grep N_RAYS -v | grep RAYS -A3 | sort
 
15
+%s _overintegers --groebnerCone | grep N_RAYS -v | grep RAYS -A3 | sort
 
16
--- a/testsuite/0509IntegerGroebnerFan/command
 
17
+++ b/testsuite/0509IntegerGroebnerFan/command
 
18
@@ -1 +1 @@
 
19
-gfan _overintegers --groebnerFan |grep F_VECTOR
 
20
+%s _overintegers --groebnerFan |grep F_VECTOR