[Pkg-octave-commit] [octave-image] 08/11: d/p/error-unit-test-strel.patch: New patch

Rafael Laboissiere rafael at debian.org
Sun Sep 10 19:41:05 UTC 2017


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

rafael pushed a commit to branch master
in repository octave-image.

commit 063f217efe776755395462443f0e14b14c8b5cb3
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Sep 10 15:56:47 2017 -0300

    d/p/error-unit-test-strel.patch: New patch
---
 debian/patches/error-unit-test-strel.patch | 16 ++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/error-unit-test-strel.patch b/debian/patches/error-unit-test-strel.patch
new file mode 100644
index 0000000..59f0292
--- /dev/null
+++ b/debian/patches/error-unit-test-strel.patch
@@ -0,0 +1,16 @@
+Description: Fix expected ouptut in unit test for strel
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: https://savannah.gnu.org/bugs/index.php?51987
+Last-Update: 2017-09-10
+
+--- octave-image-2.6.1.orig/inst/@strel/strel.m
++++ octave-image-2.6.1/inst/@strel/strel.m
+@@ -682,7 +682,7 @@ endfunction
+ %! assert (isscalar (se),  true)
+ %! assert (isscalar (seq), false)
+ %!error <index out of bounds> se(2);
+-%!error <index out of bounds> seq(3);
++%!error <out of bound 2> seq(3);
+ 
+ ## test reflection
+ %!test
diff --git a/debian/patches/series b/debian/patches/series
index 6c99451..a31b310 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ drop-unit-tests-grayscale.patch
 skip-unit-tests-bwmorph.patch
 skip-unit-test-otf2psf.patch
 skip-unit-test-nlfilter.patch
+error-unit-test-strel.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-image.git



More information about the Pkg-octave-commit mailing list