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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 11 15:41:19 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-11 15:41:19 -0400 (Fri, 11 Sep 2009)
New Revision: 1338

Modified:
   trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties
Log:
Teiid 773 - organize integration test

Modified: trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties
===================================================================
--- trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties	2009-09-11 19:41:04 UTC (rev 1337)
+++ trunk/test-integration/db/src/main/resources/datasources/derby/example_connection.properties	2009-09-11 19:41:19 UTC (rev 1338)
@@ -1,3 +1,4 @@
+# db.type must match a ddl folder and it also represents the ANT sql datatype used during execution 
 db.type=derby
 driver=org.apache.derby.jdbc.ClientDriver
 URL=jdbc:derby://localhost:1527//(derby location)
@@ -5,7 +6,7 @@
 Password=
 
 servername=localhost
-databasename=
+databasename=(databasename)
 portnumber=1527
 ds-jndiname=localhost_1527
 



More information about the teiid-commits mailing list