Added:
trunk/TestSuite/configs/mysql-41.config
Modified:
trunk/Client.build
Log:
enabled 4.1 testing on CI machine
Modified: trunk/Client.build
===================================================================
--- trunk/Client.build 2006-12-12 04:48:13 UTC (rev 493)
+++ trunk/Client.build 2006-12-12 05:02:20 UTC (rev 494)
@@ -153,9 +153,10 @@
<property name="doCoverage" value="false"/>
<!-- test 4.1 -->
-<!-- <echo message="Testing MySQL 4.1"/>
- <property name="excludes" value="5.0,NotWorking"/>
- <call target="testdb"/> -->
+ <echo message="Testing MySQL 4.1"/>
+ <property name="excludes" value="5.0,NotWorking,SharedMemory"/>
+ <property name="config" value="mysql-41.config"/>
+ <call target="testdb"/>
<echo message="Testing MySQL 5.0"/>
<property name="excludes" value="NotWorking,SharedMemory"/>
Added: trunk/TestSuite/configs/mysql-41.config
===================================================================
--- trunk/TestSuite/configs/mysql-41.config 2006-12-12 04:48:13 UTC (rev 493)
+++ trunk/TestSuite/configs/mysql-41.config 2006-12-12 05:02:20 UTC (rev 494)
@@ -0,0 +1,11 @@
+<?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="test"/>
+ <add key="pipename" value="MYSQL41"/>
+ <add key="memory_name" value="MYSQL41"/>
+ </appSettings>
+</configuration>
\ No newline at end of file
| Thread |
|---|
| • Connector/NET commit: r494 - in trunk: . TestSuite/configs | rburnett | 12 Dec |