mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Reenable fuzz testing for all.test. Make sure the query flattener copies
over aggregate information from expressions on outer query terms while flattening. (CVS 6112) FossilOrigin-Name: e02323b3629545a3e7e7db0d4edc76807ae903aa
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: fuzz_common.tcl,v 1.1 2007/05/30 10:36:47 danielk1977 Exp $
|
||||
# $Id: fuzz_common.tcl,v 1.2 2009/01/05 19:36:30 drh Exp $
|
||||
|
||||
proc fuzz {TemplateList} {
|
||||
set n [llength $TemplateList]
|
||||
@ -374,7 +374,7 @@ proc do_fuzzy_test {testname args} {
|
||||
if {$rc} {
|
||||
set e 0
|
||||
foreach error $::fuzzyopts(-errorlist) {
|
||||
if {0 == [string first $error $msg]} {
|
||||
if {[string first $error $msg]>=0} {
|
||||
set e 1
|
||||
break
|
||||
}
|
||||
@ -389,4 +389,3 @@ proc do_fuzzy_test {testname args} {
|
||||
} {1}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user