diff options
author | dan <dan@noemail.net> | 2011-06-14 09:00:27 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2011-06-14 09:00:27 +0000 |
commit | 2cf1a1de4bad0aa492f94d525c68b524d394b5a7 (patch) | |
tree | aea8478e14f955a462daa5fcfdc144ce8a12b7ae /test/permutations.test | |
parent | c72f9d98cba00feb7062b785942c506fff39481a (diff) | |
download | sqlite-2cf1a1de4bad0aa492f94d525c68b524d394b5a7.tar.gz sqlite-2cf1a1de4bad0aa492f94d525c68b524d394b5a7.zip |
Fix another bug caused by NEAR/matchinfo/order=DESC interaction.
FossilOrigin-Name: 04907fbadeb743c95cc9f3529e63ef388684799f
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test index 4640ed113..9c95296e3 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -183,7 +183,7 @@ test_suite "fts3" -prefix "" -description { fts3fault.test fts3malloc.test fts3matchinfo.test - fts3aux1.test fts3comp1.test + fts3aux1.test fts3comp1.test fts3auto.test } |