Fix typos in evidence marks on tests.
FossilOrigin-Name: bd980be471b185e2dc45875804103d5afc8f78cf
This commit is contained in:
parent
ef8662bb65
commit
1a475194b4
18
manifest
18
manifest
@ -1,5 +1,5 @@
|
||||
C Fix\smore\sdocumentation\stypos.
|
||||
D 2011-06-20T21:47:58.852
|
||||
C Fix\stypos\sin\sevidence\smarks\son\stests.
|
||||
D 2011-06-20T22:34:50.122
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in c1d7a7f4fd8da6b1815032efca950e3d5125407e
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -370,19 +370,19 @@ F test/descidx3.test fe720e8b37d59f4cef808b0bf4e1b391c2e56b6f
|
||||
F test/diskfull.test 0cede7ef9d8f415d9d3944005c76be7589bb5ebb
|
||||
F test/distinctagg.test 1a6ef9c87a58669438fc771450d7a72577417376
|
||||
F test/e_createtable.test 4771686a586b6ae414f927c389b2c101cc05c028
|
||||
F test/e_delete.test 55d868b647acc091c261a10b9b0cb0ab660a6acb
|
||||
F test/e_delete.test e2ae0d3fce5efd70fef99025e932afffc5616fab
|
||||
F test/e_droptrigger.test ddd4b28ed8a3d81bd5153fa0ab7559529a2ca03a
|
||||
F test/e_dropview.test b347bab30fc8de67b131594b3cd6f3d3bdaa753d
|
||||
F test/e_expr.test 9e8b9790803df4de23c2d68d566959934a6179d4
|
||||
F test/e_fkey.test 38039b840ab19331000b0f0eb1d82baa7208a67a
|
||||
F test/e_fts3.test 75bb0aee26384ef586165e21018a17f7cd843469
|
||||
F test/e_insert.test 7390c2da39f16a134dc9a439144768c727757d2c
|
||||
F test/e_insert.test 76d4bb5da9b28014d515d91ffe29a79a1e99f2bc
|
||||
F test/e_reindex.test a064f0878b8f848fbca38f1f61f82f15a3000c64
|
||||
F test/e_resolve.test dcce9308fb13b934ce29591105d031d3e14fbba6
|
||||
F test/e_select.test bf385ae3aa0f014c4933ae66fd3e1302138493eb
|
||||
F test/e_select.test 7ac53674e822d4d77bbb4a9a4aaefa5fdc9e493f
|
||||
F test/e_select2.test 5c3d3da19c7b3e90ae444579db2b70098599ab92
|
||||
F test/e_update.test 963d6876064e65f318d1c93aaed36a02b9b389bf
|
||||
F test/e_uri.test b6da43a10f44d9aa0aff5ffa3c2f3de668361255
|
||||
F test/e_uri.test 8b943bc63cd1abb037430214cdb618422e6bf7d6
|
||||
F test/e_vacuum.test 6c09c2af7f2f140518f371c5342100118f779dcf
|
||||
F test/enc.test e54531cd6bf941ee6760be041dff19a104c7acea
|
||||
F test/enc2.test 6d91a5286f59add0cfcbb2d0da913b76f2242398
|
||||
@ -946,7 +946,7 @@ F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c
|
||||
F tool/symbols.sh bc2a3709940d47c8ac8e0a1fdf17ec801f015a00
|
||||
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
|
||||
F tool/warnings.sh 347d974d143cf132f953b565fbc03026f19fcb4d
|
||||
P b4f09c9393ce703062170220af20a23fdcf53494
|
||||
R c603a648180bca7d3947c59e7b39857a
|
||||
P b9cbab739a62f497545161f30195272f4e687a7f
|
||||
R 1f817dafc57d7060ce86fcbba44e24cf
|
||||
U drh
|
||||
Z fdef6d940494abc4b720172bd995c022
|
||||
Z af694faf6d84b7161a6291503b697295
|
||||
|
@ -1 +1 @@
|
||||
b9cbab739a62f497545161f30195272f4e687a7f
|
||||
bd980be471b185e2dc45875804103d5afc8f78cf
|
@ -440,7 +440,7 @@ do_delete_tests e_delete-3.9 -repair rebuild_t1 -query {
|
||||
}
|
||||
|
||||
|
||||
# EVIDENCE-OF: R-26627-30313 The ORDER BY clause on an DELETE statement
|
||||
# EVIDENCE-OF: R-07548-13422 The ORDER BY clause on a DELETE statement
|
||||
# is used only to determine which rows fall within the LIMIT. The order
|
||||
# in which rows are deleted is arbitrary and is not influenced by the
|
||||
# ORDER BY clause.
|
||||
|
@ -152,7 +152,7 @@ do_insert_tests e_insert-1.2 -error {
|
||||
4 "INSERT INTO a2 VALUES(1,2,3,4,5)" {a2 3 5}
|
||||
}
|
||||
|
||||
# EVIDENCE-OF: R-52422-65517 In this case the result of evaluting the
|
||||
# EVIDENCE-OF: R-04006-57648 In this case the result of evaluating the
|
||||
# left-most expression in the VALUES list is inserted into the left-most
|
||||
# column of the new row, and so on.
|
||||
#
|
||||
|
@ -1768,9 +1768,9 @@ do_select_tests e_select-8.5 {
|
||||
}
|
||||
}
|
||||
|
||||
# EVIDENCE-OF: R-27923-38747 Otherwise, if the ORDER BY expression is
|
||||
# any other expression, it is evaluated and the the returned value used
|
||||
# to order the output rows.
|
||||
# EVIDENCE-OF: R-65068-27207 Otherwise, if the ORDER BY expression is
|
||||
# any other expression, it is evaluated and the returned value used to
|
||||
# order the output rows.
|
||||
#
|
||||
# EVIDENCE-OF: R-03421-57988 If the SELECT statement is a simple SELECT,
|
||||
# then an ORDER BY may contain any arbitrary expressions.
|
||||
|
@ -48,8 +48,8 @@ proc open_uri_error {uri} {
|
||||
# and the filename argument begins with "file:", then the filename is
|
||||
# interpreted as a URI.
|
||||
#
|
||||
# EVIDENCE-OF: R-32637-34037 URI filename interpretation is enabled if
|
||||
# the SQLITE_OPEN_URI flag is is set in the fourth argument to
|
||||
# EVIDENCE-OF: R-24124-56960 URI filename interpretation is enabled if
|
||||
# the SQLITE_OPEN_URI flag is set in the fourth argument to
|
||||
# sqlite3_open_v2(), or if it has been enabled globally using the
|
||||
# SQLITE_CONFIG_URI option with the sqlite3_config() method or by the
|
||||
# SQLITE_USE_URI compile-time option.
|
||||
|
Loading…
x
Reference in New Issue
Block a user