Modified:
trunk/Client.build
Log:
stupid little syntax error that prevented the test suite from even starting.
Modified: trunk/Client.build
===================================================================
--- trunk/Client.build 2006-12-05 22:11:01 UTC (rev 481)
+++ trunk/Client.build 2006-12-05 23:59:30 UTC (rev 482)
@@ -158,13 +158,13 @@
<call target="testdb"/> -->
<echo message="Testing MySQL 5.0"/>
- <property name="excludes" value="NotWorking, SharedMemory"/>
+ <property name="excludes" value="NotWorking,SharedMemory"/>
<property name="config" value="mysql-50.config"/>
<!--<property name="doCoverage" value="true"/>-->
<call target="testdb"/>
<echo message="Testing MySQL 5.1"/>
- <property name="excludes" value="NotWorking, SharedMemory"/>
+ <property name="excludes" value="NotWorking,SharedMemory"/>
<property name="config" value="mysql-51.config"/>
<call target="testdb"/>
</target>
| Thread |
|---|
| • Connector/NET commit: r482 - trunk | rburnett | 6 Dec |