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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 18 15:24:44 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-18 15:24:44 -0400 (Fri, 18 Sep 2009)
New Revision: 1395

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

Copied: trunk/test-integration/db/src/main/resources/datasources/postgres_81 (from rev 1385, trunk/test-integration/db/src/main/resources/datasources/postgres)

Added: trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties	                        (rev 0)
+++ trunk/test-integration/db/src/main/resources/datasources/postgres_81/connection.properties	2009-09-18 19:24:44 UTC (rev 1395)
@@ -0,0 +1,18 @@
+# db.type must match a ddl folder 
+db.type=postgres
+driver=org.postgresql.Driver
+URL=jdbc:postgresql://slntds11.mm.atl2.redhat.com:5432/(databasename)
+User=
+Password=
+
+servername=slntds11.mm.atl2.redhat.com
+databasename=(databasename)
+portnumber=1527
+ds-jndiname=slntds11_5432
+
+Immutable=true
+
+
+
+
+


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

Deleted: trunk/test-integration/db/src/main/resources/datasources/postgres_81/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/postgres/example_connection.properties	2009-09-18 19:13:46 UTC (rev 1385)
+++ trunk/test-integration/db/src/main/resources/datasources/postgres_81/example_connection.properties	2009-09-18 19:24:44 UTC (rev 1395)
@@ -1,18 +0,0 @@
-# db.type must match a ddl folder 
-db.type=postgres
-driver=org.postgresql.Driver
-URL=jdbc:postgresql://(servername):5432/(databasename)
-User=
-Password=
-
-servername=(servername)
-databasename=(databasename)
-portnumber=1527
-ds-jndiname=(servername)_1527
-
-Immutable=true
-
-
-
-
-



More information about the teiid-commits mailing list