yiskang / csharp-sqlite

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

testfixture fails on e_createtable.test #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
looks to be TCL error based on failure to handle {*} properly

e_createtable-2.2.1...
Expected: [""]
     Got: [{}]
e_createtable-2.2.3...
Expected: ["" NUM]
     Got: [{} NUM]
e_createtable-3.9.3...
Expected: [ABC  } ABC abc {abc \]
     Got: [{ABC  } ABC abc {abc  }]

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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 895704ff2e.

Original comment by noah.hart@gmail.com on 7 Mar 2011 at 3:31