fix test passwd
This commit is contained in:
parent
89da5db77f
commit
a0957a46fe
|
@ -14,7 +14,7 @@ utf8 COLLATE utf8_general_ci;
|
|||
|
||||
func TestMysql(t *testing.T) {
|
||||
// You should drop all tables before executing this testing
|
||||
me = Create("mysql", "root:@/orm_test?charset=utf8")
|
||||
me = Create("mysql", "root:@/xorm_test?charset=utf8")
|
||||
me.ShowSQL = true
|
||||
|
||||
directCreateTable(&me, t)
|
||||
|
|
Loading…
Reference in New Issue