Commit 83fee886 authored by gwenn's avatar gwenn

Oups: last tests are not visible.

parent 6b4ec960
...@@ -376,7 +376,7 @@ func TestBlob(t *testing.T) { ...@@ -376,7 +376,7 @@ func TestBlob(t *testing.T) {
br.Close() br.Close()
} }
func testScanColumn(t *testing.T) { func TestScanColumn(t *testing.T) {
db := open(t) db := open(t)
defer db.Close() defer db.Close()
...@@ -418,7 +418,7 @@ func testScanColumn(t *testing.T) { ...@@ -418,7 +418,7 @@ func testScanColumn(t *testing.T) {
} }
} }
func testNamedScanColumn(t *testing.T) { func TestNamedScanColumn(t *testing.T) {
db := open(t) db := open(t)
defer db.Close() defer db.Close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment