From 70e305a918fcf193009831d4e89aa8c386df3dc4 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 29 Mar 2016 09:24:08 +0200 Subject: Ported / fixed most old tests --- tests/unit/Data/SqlMap/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/Data/SqlMap/common.php') diff --git a/tests/unit/Data/SqlMap/common.php b/tests/unit/Data/SqlMap/common.php index 020a296b..38bcc92f 100644 --- a/tests/unit/Data/SqlMap/common.php +++ b/tests/unit/Data/SqlMap/common.php @@ -92,8 +92,8 @@ class MySQLBaseTestConfig extends BaseTestConfig $this->_sqlmapConfigFile = SQLMAP_TESTS.'/mysql.xml'; $this->_scriptDir = SQLMAP_TESTS.'/scripts/mysql/'; $this->_features = array('insert_id'); - $dsn = 'mysql:host=localhost;dbname=sqlmap_test;port=3307'; - $this->_connection = new TDbConnection($dsn, 'test5', 'test5'); + $dsn = 'mysql:host=localhost;dbname=prado_unitest;port=3306'; + $this->_connection = new TDbConnection($dsn, 'prado_unitest', 'prado_unitest'); } } -- cgit v1.2.3