Merge branch 'pr/207'

This commit is contained in:
Yasuhiro Matsumoto
2015-11-02 11:53:42 +09:00
4 changed files with 56 additions and 35 deletions

View File

@@ -12,7 +12,7 @@ import (
)
func TestFTS3(t *testing.T) {
tempFilename := TempFilename()
tempFilename := TempFilename(t)
db, err := sql.Open("sqlite3", tempFilename)
if err != nil {
t.Fatal("Failed to open database:", err)