[DRE-commits] [ruby-gsl] 07/10: 20131016_fix_test_typo.patch: fix typo in a test

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 16 16:10:51 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-gsl.

commit d279bd33b1a975fa7cab817ff606e1302f4e49cf
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 16 18:00:16 2013 +0200

    20131016_fix_test_typo.patch: fix typo in a test
---
 debian/patches/20131016_fix_test_typo.patch |   16 ++++++++++++++++
 debian/patches/series                       |    1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/20131016_fix_test_typo.patch b/debian/patches/20131016_fix_test_typo.patch
new file mode 100644
index 0000000..ad50f10
--- /dev/null
+++ b/debian/patches/20131016_fix_test_typo.patch
@@ -0,0 +1,16 @@
+Description: fix typo in a variable name in tests/linalg/TDN
+Author: Cédric Boutillier
+Last-Update: 2013-10-16
+Bug: https://github.com/david-macmahon/rb-gsl/pull/2
+
+--- a/tests/linalg/TDN.rb
++++ b/tests/linalg/TDN.rb
+@@ -100,7 +100,7 @@
+   s += f;
+   
+   actual[0] = -5.0/22.0;
+-  qactual[1] = -3.0/22.0;
++  actual[1] = -3.0/22.0;
+   actual[2] =  29.0/22.0;
+   actual[3] = -9.0/22.0;
+   actual[4] =  43.0/22.0;
diff --git a/debian/patches/series b/debian/patches/series
index 9ccab7a..2fac86d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 #20110605_matrix_complex.c
 20110605_extconf.rb
 20130815_deprecated_enum.patch
+20131016_fix_test_typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git



More information about the Pkg-ruby-extras-commits mailing list