fix test passwd

This commit is contained in:
Lunny Xiao 2013-07-03 11:54:27 +08:00
parent fd36a7a539
commit 89da5db77f
1 changed files with 1 additions and 1 deletions

View File

@ -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:123@/test?charset=utf8")
me = Create("mysql", "root:@/orm_test?charset=utf8")
me.ShowSQL = true
directCreateTable(&me, t)