From 89da5db77fa7ad9721394cb8d00f6d7b2320776f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 3 Jul 2013 11:54:27 +0800 Subject: [PATCH] fix test passwd --- mysql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql_test.go b/mysql_test.go index 9ce5676b..aba040bc 100644 --- a/mysql_test.go +++ b/mysql_test.go @@ -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)