aboutsummaryrefslogtreecommitdiff
path: root/test/func.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/func.test')
-rw-r--r--test/func.test4
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}