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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 18 15:12:35 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-18 15:12:35 -0400 (Fri, 18 Sep 2009)
New Revision: 1383

Added:
   trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/
   trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/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/sqlserver_2008/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/connection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/sqlserver_2008/connection.properties	2009-09-18 19:12:35 UTC (rev 1383)
@@ -0,0 +1,17 @@
+db.type=sqlserver
+driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
+URL=jdbc:sqlserver://ENGNTDBS14.mm.atl2.redhat.com:1433;databaseName=repository_unit_test
+User=repository_unit_test
+Password=mm
+
+servername=ENGNTDBS14.mm.atl2.redhat.com
+databasename=repository_unit_test
+portnumber=1433
+ds-jndiname=ENGNTDBS14_sqlserver
+
+Immutable=true
+
+
+
+
+


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



More information about the teiid-commits mailing list