[teiid-commits] teiid SVN: r1405 - trunk/test-integration/db/src/main/resources/datasources/mysql.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 18 15:54:42 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-18 15:54:41 -0400 (Fri, 18 Sep 2009)
New Revision: 1405

Added:
   trunk/test-integration/db/src/main/resources/datasources/mysql/example_connection.properties
Removed:
   trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties
Log:
Teiid 773 - organize integration test - setting up the product resources needed to execute the teiid-test-integration db tests

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-18 19:54:41 UTC (rev 1405)
@@ -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
+
+
+
+
+

Deleted: trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties	2009-09-18 19:53:54 UTC (rev 1404)
+++ trunk/test-integration/db/src/main/resources/datasources/mysql/xconnection.properties	2009-09-18 19:54:41 UTC (rev 1405)
@@ -1,22 +0,0 @@
-db.type=mysql
-driver=com.mysql.jdbc.Driver
-URL=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306/rep_unit_test
-User=rep_unit_test
-#rep_unit_test
-Password=mm
-
-servername=slntds03.mm.atl2.redhat.com
-databasename=rep_unit_test
-portnumber=3306
-ds-jndiname=slntds03_mysql
-
-Immutable=true
-
-#adminuser=root
-#adminpassword=mmroot
-#adminurl=jdbc:mysql://slntds03.mm.atl2.redhat.com:3306
-
-
-
-
-



More information about the teiid-commits mailing list