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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user