()
| 45 | } |
| 46 | |
| 47 | func sqlserverDSN() string { |
| 48 | return fmt.Sprintf("sqlserver://%s:%s@127.0.0.1?database=%s", |
| 49 | *sqlserverUser, *sqlserverPass, *sqlserverDB) |
| 50 | } |
| 51 | |
| 52 | func TestSQLServerTCP(t *testing.T) { |
| 53 | if testing.Short() { |
no outgoing calls
no test coverage detected