Author: vhalbert(a)redhat.com
Date: 2009-09-11 15:41:04 -0400 (Fri, 11 Sep 2009)
New Revision: 1337
Added:
trunk/test-integration/db/src/main/resources/datasources/mysql/
trunk/test-integration/db/src/main/resources/datasources/mysql/example_connection.properties
Log:
Teiid 773 - organize integration test
Copied: trunk/test-integration/db/src/main/resources/datasources/mysql (from rev 1328,
trunk/test-integration/db/src/main/resources/mysql)
Added:
trunk/test-integration/db/src/main/resources/datasources/mysql/example_connection.properties
===================================================================
---
trunk/test-integration/db/src/main/resources/datasources/mysql/example_connection.properties
(rev 0)
+++
trunk/test-integration/db/src/main/resources/datasources/mysql/example_connection.properties 2009-09-11
19:41:04 UTC (rev 1337)
@@ -0,0 +1,18 @@
+# db.type must match a ddl folder and it also represents the ANT sql datatype used during
execution
+db.type=mysql
+driver=com.mysql.jdbc.Driver
+URL=jdbc:mysql://(servername):3306/(databasename)
+User=
+Password=
+
+servername=(servername)
+databasename=(databasename)
+portnumber=3306
+ds-jndiname=mysql_3306
+
+Immutable=true
+
+
+
+
+
Property changes on:
trunk/test-integration/db/src/main/resources/datasources/mysql/example_connection.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Show replies by date