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
commit66d4ea8899f2def91329596d4ecdc1579956bdf3 (patch)
tree3f7a3f80f64f69a8db3983d2ab5f5a9117d90a82 /dev-python/apsw/files
parentVersion bump and old version cleanup (diff)
downloadhistorical-66d4ea8899f2def91329596d4ecdc1579956bdf3.tar.gz
historical-66d4ea8899f2def91329596d4ecdc1579956bdf3.tar.bz2
historical-66d4ea8899f2def91329596d4ecdc1579956bdf3.zip
Fix tests (bug #295063).
Package-Manager: portage-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)