diff options
Diffstat (limited to 'test/incrblob.test')
-rw-r--r-- | test/incrblob.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/incrblob.test b/test/incrblob.test index cb64eeaf2..aa9582d92 100644 --- a/test/incrblob.test +++ b/test/incrblob.test @@ -9,7 +9,7 @@ # #*********************************************************************** # -# $Id: incrblob.test,v 1.20 2008/04/24 09:49:55 danielk1977 Exp $ +# $Id: incrblob.test,v 1.21 2008/09/11 11:28:00 danielk1977 Exp $ # set testdir [file dirname $argv0] @@ -566,6 +566,7 @@ do_test incrblob-7.2.1 { INSERT INTO t1 VALUES(123, $::data); } set ::b [db incrblob -readonly t1 b 123] + fconfigure $::b -translation binary read $::b } $::data do_test incrblob-7.2.2 { @@ -588,6 +589,7 @@ do_test incrblob-7.3.1 { INSERT INTO t2 VALUES(456, $::otherdata); } set ::b [db incrblob -readonly t2 b 456] + fconfigure $::b -translation binary read $::b } $::otherdata do_test incrblob-7.3.2 { |