[python-shapely] 50/148: patched typo in test

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Aug 20 17:42:02 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-shapely.

commit dcef951bdcb0bfcf5566ef563a89450e1ca7f6f3
Author: Pietro Battiston <me at pietrobattiston.it>
Date:   Sun Sep 19 11:14:07 2010 +0200

    patched typo in test
---
 debian/patches/series           |  1 +
 debian/patches/typo-in-dll-test | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index cdb00cc..68f9215 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 do-not-install-examples-as-scripts
 disable-broken-locale-test
+typo-in-dll-test
diff --git a/debian/patches/typo-in-dll-test b/debian/patches/typo-in-dll-test
new file mode 100644
index 0000000..991a71c
--- /dev/null
+++ b/debian/patches/typo-in-dll-test
@@ -0,0 +1,17 @@
+Description: Typo in test_dlls.py
+ The following test has a typo, which makes it fail, and which I
+ thereby fix.
+Author: Pietro Battiston <toobaz at email.it>
+Forwarded: yes
+
+--- python-shapely-1.2.4.orig/shapely/tests/test_dlls.py
++++ python-shapely-1.2.4/shapely/tests/test_dlls.py
+@@ -8,7 +8,7 @@ class LoadingTestCase(unittest.TestCase)
+     def test_load(self):
+         self.assertRaises(OSError, load_dll, 'geosh_c')
+     def test_fallbacks(self):
+-        a = load_dll('geosh_c', fallbacks=['/opt/local/lib/libgeos_c.dylib'])
++        a = load_dll('geos_c', fallbacks=['/opt/local/lib/libgeos_c.dylib'])
+ 
+ def test_suite():
+     return unittest.TestLoader().loadTestsFromTestCase(LoadingTestCase)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git



More information about the Pkg-grass-devel mailing list