Fix the tkt-fc62af4523.test to work around non-randomness of the

randomblob() function when in testing mode.

FossilOrigin-Name: 7c3a86b9c7e2a35ce755c32b38e911e79d843fad
This commit is contained in:
drh
2010-06-17 16:08:53 +00:00
parent 7c6d618615
commit 0cf68fa4c6
3 changed files with 19 additions and 10 deletions
+1 -2
View File
@@ -48,7 +48,7 @@ do_test tkt-fc62af4523.2 {
PRAGMA cache_size = 10;
BEGIN;
UPDATE t1 SET b = randomblob(400);
UPDATE t1 SET a = randomblob(200);
UPDATE t1 SET a = randomblob(201);
}
}
file exists test.db-journal
@@ -82,4 +82,3 @@ do_test tkt-fc62af4523.6 {
catch { close $::chan }
finish_test