diff options
author | danielk1977 <danielk1977@noemail.net> | 2004-05-27 10:30:52 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2004-05-27 10:30:52 +0000 |
commit | f93bbbea471def025db1036630b735bd3b2d4177 (patch) | |
tree | b5ae21ea013553b4e1d5dd7c6b29a49d6447038a /test/func.test | |
parent | c572ef7fcd5a400d78317cd8a77ee684b0136c0b (diff) | |
download | sqlite-f93bbbea471def025db1036630b735bd3b2d4177.tar.gz sqlite-f93bbbea471def025db1036630b735bd3b2d4177.zip |
A few more bugfixes. Test cases pass now. (CVS 1472)
FossilOrigin-Name: c9e3015faffb650d8dbf1f7f95a7057a36361bac
Diffstat (limited to 'test/func.test')
-rw-r--r-- | test/func.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/func.test b/test/func.test index bdd2a31f7..c3c84cead 100644 --- a/test/func.test +++ b/test/func.test @@ -11,7 +11,7 @@ # This file implements regression tests for SQLite library. The # focus of this file is testing built-in functions. # -# $Id: func.test,v 1.17 2004/05/14 11:00:53 danielk1977 Exp $ +# $Id: func.test,v 1.18 2004/05/27 10:31:12 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -173,7 +173,7 @@ do_test func-4.4.1 { } {1 {} 345 {} 67890} do_test func-4.4.2 { execsql {SELECT abs(t1) FROM tbl1} -} {this program is free software} +} {0 0 0 0 0} do_test func-4.5 { catchsql {SELECT round(a,b,c) FROM t1} |