[teiid-commits] teiid SVN: r1385 - in trunk/test-integration/db/src/main/resources/datasources: sybase and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 18 15:13:47 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-18 15:13:46 -0400 (Fri, 18 Sep 2009)
New Revision: 1385

Added:
   trunk/test-integration/db/src/main/resources/datasources/sybase/
   trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.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/sybase/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties	2009-09-18 19:13:46 UTC (rev 1385)
@@ -0,0 +1,18 @@
+# db.type must match a ddl folder 
+db.type=sybase
+driver=com.mysql.jdbc.Driver
+URL=jdbc:mysql://(servername):3306/(databasename)
+User=
+Password=
+
+servername=(servername)
+databasename=(databasename)
+portnumber=3306
+ds-jndiname=microsoft_3306
+
+Immutable=true
+
+
+
+
+


Property changes on: trunk/test-integration/db/src/main/resources/datasources/sybase/example_connection.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the teiid-commits mailing list