summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-11 01:10:55 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-11 01:10:55 +0000
commit59a2a3178297d1e2a334e25acd2c44383ffec4a1 (patch)
treefadc8392c1cfb05435057bea1beadf804fe70f36 /dev-python/apsw/files
parentVersion bump and old version cleanup (diff)
downloadgentoo-2-59a2a3178297d1e2a334e25acd2c44383ffec4a1.tar.gz
gentoo-2-59a2a3178297d1e2a334e25acd2c44383ffec4a1.tar.bz2
gentoo-2-59a2a3178297d1e2a334e25acd2c44383ffec4a1.zip
Fix tests (bug #295063).
(Portage version: 15027-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/apsw/files')
-rw-r--r--dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch b/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
new file mode 100644
index 000000000000..3bbce88500be
--- /dev/null
+++ b/dev-python/apsw/files/apsw-3.6.20.1-fix_tests.patch
@@ -0,0 +1,11 @@
+--- tests.py
++++ tests.py
+@@ -5480,7 +5480,7 @@
+ testnasty()
+
+ # What happens if db cannot be opened?
+- s.process_args(args=["/"])
++ s.process_args(args=["src"])
+ reset()
+ cmd("select * from sqlite_master;\n.bail on\nselect 3;\n")
+ self.assertRaises(apsw.CantOpenError, s.cmdloop)