Searched refs:actual (Results 1 – 25 of 39) sorted by relevance
12
| /sqlite-3.40.0/test/ |
| H A D | lemon-test01.y | 31 static int testCase(int testId, int shouldBe, int actual){ in testCase() argument 33 if( shouldBe==actual ){ in testCase() 36 printf("test %d: got %d, expected %d\n", testId, actual, shouldBe); in testCase()
|
| H A D | vacuum3.test | 49 foreach {request actual database} [list \ 64 } $actual 108 foreach {request actual database} [list \ 123 } $actual 183 foreach {request actual} [list \ 198 } $actual
|
| H A D | trigger6.test | 17 # that the same evaluation occurs for the actual INSERT/UPDATE and
|
| H A D | fallocate.test | 53 # the database file based on the size of the file on disk, not the actual
|
| H A D | fts4langid.test | 246 set actual [ 249 do_test $tn.$langid [list set {} $actual] $res
|
| H A D | corruptK.test | 50 # to 24 bytes (instead of the actual 100).
|
| H A D | ioerr5.test | 34 # ("SQLITE_OK", "SQLITE_IOERR" etc.). The actual results returned by the
|
| H A D | triggerD.test | 15 # to the actual ROWID. Ticket [34d2ae1c6d08b5271ba5e5592936d4a1d913ffe3]
|
| H A D | e_dropview.test | 115 # database schema, but no actual data in the underlying base tables is
|
| H A D | fts4merge.test | 294 # 1 following a no-op "merge=A,B", or by more than 1 if actual work is
|
| H A D | fts3atoken.test | 106 # returns the actual pointer value as a BLOB.
|
| H A D | e_select2.test | 34 # elements, the type name and the actual value. 572 # Check that the actual data returned by the $select query is the same
|
| H A D | pagerfault.test | 1209 error "Expected file size 3072 or 12288 bytes - actual size $sz bytes" 1212 error "Expected file size to be 12288 bytes - actual size $sz bytes"
|
| H A D | io.test | 418 # But some VFS implementations (symbian) buffer writes so the actual
|
| H A D | corrupt2.test | 566 # header field is smaller than the actual number of pages on the freelist.
|
| H A D | incrvacuum.test | 843 # But the size of the database file is shorter than the actual data
|
| H A D | fts3ac.test | 539 We will send our cut at the actual time line here shortly. Thanks, 1024 # Everything above just builds an interesting test database. The actual
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreeA.test | 115 Wrong number of entries in %_rowid table - expected 0, actual 500 116 Wrong number of entries in %_parent table - expected 0, actual 23}} 193 Wrong number of entries in %_rowid table - expected 0, actual 499 194 Wrong number of entries in %_parent table - expected 0, actual 23}}
|
| H A D | rtreecheck.test | 87 Wrong number of entries in %_rowid table - expected 5, actual 4}}
|
| H A D | rtreedoc3.test | 226 # an actual R*Tree entry and not a subtree) then that entry is returned
|
| H A D | rtreedoc.test | 1394 # are probably not the same as the actual auxiliary column names. 1567 } {{Wrong number of entries in %_rowid table - expected 200, actual 201}} 1578 } {{Wrong number of entries in %_parent table - expected 9, actual 10}}
|
| /sqlite-3.40.0/ext/repair/test/ |
| H A D | checkfreelist01.test | 56 } {{free-list count mismatch: actual=6725 header=6726}}
|
| /sqlite-3.40.0/doc/ |
| H A D | json-enhancements.md | 57 actual JSON value this would cause problems, so I'm including the enhanced
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.content | 158 The DELETE trigger must be fired before the actual delete takes place
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionrebase.test | 213 # Test cases 2.* - simple tests of rebasing actual changesets.
|
12