From d5eb713888715e8f18d2ccf508a8eb0b1a483ad1 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 24 Apr 2007 06:14:56 +0000 Subject: add active record Relations --- tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php') diff --git a/tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php b/tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php index 500d5277..6b744a4b 100644 --- a/tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php +++ b/tests/simple_unit/DbCommon/CommandBuilderMysqlTest.php @@ -6,7 +6,7 @@ class CommandBuilderMysqlTest extends UnitTestCase { function mysql_meta_data() { - $conn = new TDbConnection('mysql:host=localhost;dbname=tests', 'test','test'); + $conn = new TDbConnection('mysql:host=localhost;dbname=tests;port=3307', 'test5','test5'); return new TMysqlMetaData($conn); } -- cgit v1.2.3