[Pkg-octave-commit] [SCM] octave-general branch, master, updated. 1.1.3-1-18-g3db2f5a

Thomas Weber tweber at debian.org
Mon Apr 18 18:02:48 UTC 2011


The following commit has been merged in the master branch:
commit 2bddbc32d08784fc5964047c2dc895c285aa1823
Author: Thomas Weber <tweber at debian.org>
Date:   Sun Apr 17 18:25:54 2011 +0200

    New patch for fixing failures in the testsuite

diff --git a/debian/changelog b/debian/changelog
index 96ce6c8..a90a200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+octave-general (1.2.2-2) UNRELEASED; urgency=low
+
+  * Upload to unstable
+  * New patch: fix-tests, fixes failing tests due to type checking
+
+ -- Thomas Weber <tweber at debian.org>  Sun, 17 Apr 2011 17:50:16 +0200
+
 octave-general (1.2.2-1) experimental; urgency=low
 
   [ Iulian Udrea ]
diff --git a/debian/patches/fix-tests b/debian/patches/fix-tests
new file mode 100644
index 0000000..e8402d2
--- /dev/null
+++ b/debian/patches/fix-tests
@@ -0,0 +1,12 @@
+From: Thomas Weber <tweber at debian.org>
+Subject: Fix problem with the test suite due to type checking
+Origin: upstream, http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/general/inst/unvech.m?r1=5674&r2=8219
+--- a/inst/unvech.m
++++ b/inst/unvech.m
+@@ -49,5 +49,5 @@
+   endfor
+ endfunction
+ 
+-%!assert(unvech([1;0;0;1;0;1]), eye(3,3) );
++%!assert(unvech([1;0;0;1;0;1]), full(eye(3,3)) );
+ %!error <does not generate a square matrix> unvech([1;0;0;1;0;1;1]);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..34e44aa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-tests

-- 
octave-general



More information about the Pkg-octave-commit mailing list