diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-24 14:48:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-24 14:48:40 +0000 |
commit | 0ea57053fcc7b9e28d85bf9a7d964a6be0a4a336 (patch) | |
tree | 7aaab92a54a1fc39ea48c9dcff9616dc8cc86591 /dev-db/sqlite/files | |
parent | Stable on alpha, bug #288699 (diff) | |
download | historical-0ea57053fcc7b9e28d85bf9a7d964a6be0a4a336.tar.gz historical-0ea57053fcc7b9e28d85bf9a7d964a6be0a4a336.tar.bz2 historical-0ea57053fcc7b9e28d85bf9a7d964a6be0a4a336.zip |
Fix tests from icu.test.
Package-Manager: portage-14724-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-db/sqlite/files')
-rw-r--r-- | dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch b/dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch new file mode 100644 index 000000000000..414e5747bf2f --- /dev/null +++ b/dev-db/sqlite/files/sqlite-3.6.19-icu.test.patch @@ -0,0 +1,19 @@ +http://www.sqlite.org/cvstrac/tktview?tn=4042 + +--- test/icu.test ++++ test/icu.test +@@ -26,12 +26,12 @@ + execsql {INSERT INTO test1 VALUES(1,2,1.1,2.2,'hello','world')} + proc test_expr {name settings expr result} { + do_test $name [format { +- db one { ++ lindex [db eval { + BEGIN; + UPDATE test1 SET %s; + SELECT %s FROM test1; + ROLLBACK; +- } ++ }] 0 + } $settings $expr] $result + } + |