List:Commits« Previous MessageNext Message »
From:rburnett Date:December 5 2006 11:59pm
Subject:Connector/NET commit: r482 - trunk
View as plain text  
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 - trunkrburnett6 Dec