|
|
@@ -4,12 +4,12 @@ import (
|
|
|
"os"
|
|
|
"testing"
|
|
|
|
|
|
- "git.wecise.com/wecise/odbtools/odbctest/odbc/mql"
|
|
|
+ "git.wecise.com/wecise/odbtools/odbctest/odbcmql"
|
|
|
)
|
|
|
|
|
|
func TestMQL(t *testing.T) {
|
|
|
if os.Getenv("ODBUNSURE") == "" {
|
|
|
os.Setenv("ODBUNSURE", "retry")
|
|
|
}
|
|
|
- mql.Run(t)
|
|
|
+ odbcmql.Run(t)
|
|
|
}
|