From a0957a46fedfda302f854d6d03cfb440e54495b9 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 3 Jul 2013 11:55:47 +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 aba040bc..88a6af29 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:@/orm_test?charset=utf8") + me = Create("mysql", "root:@/xorm_test?charset=utf8") me.ShowSQL = true directCreateTable(&me, t)