vijirams / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

testfixture fails on analyze2.test #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Output follows:

analyze2-1.1...
Expected: [t1 sqlite_autoindex_t1_1 0 50 t1 sqlite_autoindex_t1_1 1 149 t1 
sqlite_autoindex_t1_1 2 249 t1 sqlite_autoindex_t1_1 3 349 t1 sqlite_autoin
dex_t1_1 4 449 t1 sqlite_autoindex_t1_1 5 549 t1 sqlite_autoindex_t1_1 6 649 t1 
sqlite_autoindex_t1_1 7 749 t1 sqlite_autoindex_t1_1 8 849 t1 sqlite_a
utoindex_t1_1 9 949]
     Got: [t1 sqlite_autoindex_t1_1 0 51 t1 sqlite_autoindex_t1_1 1 150 t1 sqlite_autoindex_t1_1 2 250 t1 sqlite_autoindex_t1_1 3 350 t1 sqlite_autoin
dex_t1_1 4 450 t1 sqlite_autoindex_t1_1 5 550 t1 sqlite_autoindex_t1_1 6 650 t1 
sqlite_autoindex_t1_1 7 750 t1 sqlite_autoindex_t1_1 8 850 t1 sqlite_a
utoindex_t1_1 9 950]
analyze2-1.2...
Expected: [t1 sqlite_autoindex_t1_1 {0 1 2 3 4 5 6 7 8 9}]
     Got: [{} {} {}]

analyze2-3.1...
Expected: [t1 t1_x {100 299 499 699 899 ajj cjj ejj gjj ijj}]
     Got: [t1 t1_x {101 300 500 700 900 ajj cjj ejj gjj ijj}]
analyze2-3.2...
Expected: [t1 t1_y {100 299 499 699 899 ajj cjj ejj gjj ijj}]
     Got: [t1 t1_y {101 300 500 700 900 ajj cjj ejj gjj ijj}]

analyze2-3.4...
Expected: [0 0 0 {SEARCH TABLE t1 USING INDEX t1_x (x>? AND x<?) (~50 rows)}]
     Got: [0 0 0 {SEARCH TABLE t1 USING INDEX t1_x (x>? AND x<?) (~100 rows)}]

Original issue reported on code.google.com by noah.hart@gmail.com on 2 Mar 2011 at 12:18

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 8 Mar 2011 at 9:07

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 71c9ea7d64.

Original comment by noah.hart@gmail.com on 8 Mar 2011 at 11:43