OLD | NEW |
1 # 2007 November 23 | 1 # 2007 November 23 |
2 # | 2 # |
3 # May you do good and not evil. | 3 # May you do good and not evil. |
4 # May you find forgiveness for yourself and forgive others. | 4 # May you find forgiveness for yourself and forgive others. |
5 # May you share freely, never taking more than you give. | 5 # May you share freely, never taking more than you give. |
6 # | 6 # |
7 #*********************************************************************** | 7 #*********************************************************************** |
8 # This file runs all tests. | 8 # This file runs all tests. |
9 # | 9 # |
10 # $Id: fts3.test,v 1.2 2008/07/23 18:17:32 drh Exp $ | 10 # $Id: fts3.test,v 1.2 2008/07/23 18:17:32 drh Exp $ |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 do_fts3_varint_test 2.61 { | 109 do_fts3_varint_test 2.61 { |
110 2305843009213693951 2305843009213693952 2305843009213693953 } | 110 2305843009213693951 2305843009213693952 2305843009213693953 } |
111 do_fts3_varint_test 2.62 { | 111 do_fts3_varint_test 2.62 { |
112 4611686018427387903 4611686018427387904 4611686018427387905 } | 112 4611686018427387903 4611686018427387904 4611686018427387905 } |
113 do_fts3_varint_test 2.63 { | 113 do_fts3_varint_test 2.63 { |
114 9223372036854775807 9223372036854775808 9223372036854775809 } | 114 9223372036854775807 9223372036854775808 9223372036854775809 } |
115 | 115 |
116 do_fts3_varint_test 3.0 { 18446744073709551615 -18446744073709551615 } | 116 do_fts3_varint_test 3.0 { 18446744073709551615 -18446744073709551615 } |
117 | 117 |
118 finish_test | 118 finish_test |
OLD | NEW |