summaryrefslogtreecommitdiff
path: root/MySQLdb/tests/test_MySQLdb_capabilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'MySQLdb/tests/test_MySQLdb_capabilities.py')
-rw-r--r--MySQLdb/tests/test_MySQLdb_capabilities.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySQLdb/tests/test_MySQLdb_capabilities.py b/MySQLdb/tests/test_MySQLdb_capabilities.py
index a510468..c4b3a73 100644
--- a/MySQLdb/tests/test_MySQLdb_capabilities.py
+++ b/MySQLdb/tests/test_MySQLdb_capabilities.py
@@ -10,7 +10,7 @@ class test_MySQLdb(capabilities.DatabaseTest):
db_module = MySQLdb
connect_args = ()
- connect_kwargs = dict(db='test', host="127.0.0.1", user="test", #read_default_file='~/.my.cnf',
+ connect_kwargs = dict(db='test', host="127.0.0.1", user="root",
charset='utf8', sql_mode="ANSI,STRICT_TRANS_TABLES,TRADITIONAL")
create_table_extra = "ENGINE=INNODB CHARACTER SET UTF8"
leak_test = False