Modified:
branches/5.0/TestSuite/configs/mysql-41.config
branches/5.0/TestSuite/configs/mysql-50.config
branches/5.0/TestSuite/configs/mysql-51.config
Log:
changed the values in the config files to match my in-house cruise control setup
Modified: branches/5.0/TestSuite/configs/mysql-41.config
===================================================================
--- branches/5.0/TestSuite/configs/mysql-41.config 2007-08-09 22:39:32 UTC (rev 846)
+++ branches/5.0/TestSuite/configs/mysql-41.config 2007-08-09 22:50:48 UTC (rev 847)
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
- <add key="port" value="3330"/>
- <add key="userid" value="test"/>
- <add key="password" value="test"/>
- <add key="database" value="test13"/>
- <add key="database1" value="test14"/>
+ <add key="port" value="3341"/>
<add key="pipename" value="MYSQL41"/>
<add key="memory_name" value="MYSQL41"/>
</appSettings>
Modified: branches/5.0/TestSuite/configs/mysql-50.config
===================================================================
--- branches/5.0/TestSuite/configs/mysql-50.config 2007-08-09 22:39:32 UTC (rev 846)
+++ branches/5.0/TestSuite/configs/mysql-50.config 2007-08-09 22:50:48 UTC (rev 847)
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
- <add key="port" value="3328"/>
- <add key="userid" value="test"/>
- <add key="password" value="test"/>
- <add key="database" value="test13"/>
- <add key="database1" value="test14"/>
+ <add key="port" value="3350"/>
<add key="pipename" value="MYSQL50"/>
<add key="memory_name" value="MYSQL50"/>
</appSettings>
Modified: branches/5.0/TestSuite/configs/mysql-51.config
===================================================================
--- branches/5.0/TestSuite/configs/mysql-51.config 2007-08-09 22:39:32 UTC (rev 846)
+++ branches/5.0/TestSuite/configs/mysql-51.config 2007-08-09 22:50:48 UTC (rev 847)
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
- <add key="port" value="3329"/>
- <add key="userid" value="test"/>
- <add key="password" value="test"/>
- <add key="database" value="test13"/>
- <add key="database1" value="test14"/>
+ <add key="port" value="3351"/>
<add key="pipename" value="MYSQL51"/>
<add key="memory_name" value="MYSQL51"/>
</appSettings>
| Thread |
|---|
| • Connector/NET commit: r847 - branches/5.0/TestSuite/configs | rburnett | 10 Aug |