fixed test

This commit is contained in:
Lunny Xiao 2013-11-21 14:35:18 +08:00
parent e4f0c8a688
commit a92a0b4c9d
1 changed files with 0 additions and 6 deletions

View File

@ -1045,12 +1045,6 @@ func testColTypes(engine *Engine, t *testing.T) {
}
// don't use this type as query condition
var tt time.Time
newAc.Date = tt
newAc.DateTime = tt
//newAc.Time = tt
//newAc.TimeStamp = tt
newAc.Real = 0
newAc.Float = 0
newAc.Double = 0