Don't test bits
This commit is contained in:
parent
bfcc5ad63e
commit
e86006ca42
|
@ -20,6 +20,12 @@ func TestGeometry(t *testing.T) {
|
||||||
t.Skip("Not implemented")
|
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) {
|
func TestSet(t *testing.T) {
|
||||||
tbl := suite.createTable(mysql.ColumnTypeSet, "'a', 'b', 'c'", attrNone)
|
tbl := suite.createTable(mysql.ColumnTypeSet, "'a', 'b', 'c'", attrNone)
|
||||||
defer tbl.drop(t)
|
defer tbl.drop(t)
|
||||||
|
|
Loading…
Reference in New Issue