1
0
Fork 0

Don't test bits

This commit is contained in:
Gregory Eremin 2018-11-09 00:05:08 +01:00
parent bfcc5ad63e
commit e86006ca42
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ func TestGeometry(t *testing.T) {
t.Skip("Not implemented")
}
func TestBit(t *testing.T) {
// Where to get these?
// FIXME: Implement me one day
t.Skip("Not implemented")
}
func TestSet(t *testing.T) {
tbl := suite.createTable(mysql.ColumnTypeSet, "'a', 'b', 'c'", attrNone)
defer tbl.drop(t)