Author: myrnavl
Date: Sat Nov 18 11:53:25 2006
New Revision: 476591
URL: http://svn.apache.org/viewvc?view=rev&rev=476591
Log:
DERBY-1850 - jdbcapi/SURTest_ij.sql fails on IBM WCTME 5.7 foundation
merged 476588 from trunk
Added:
db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_sed.properties
(props changed)
- copied unchanged from r476588, db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_sed.properties
Modified:
db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_app.properties
Modified: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_app.properties?view=diff&rev=476591&r1=476590&r2=476591
==============================================================================
--- db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_app.properties
(original)
+++ db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_app.properties
Sat Nov 18 11:53:25 2006
@@ -1,2 +1,6 @@
ij.protocol=jdbc:derby:
ij.database=SURTest;create=true;
+
+# DataSource properties, only used if ij.dataSource is set
+ij.dataSource.databaseName=SURTest
+ij.dataSource.createDatabase=create
Propchange: db/derby/code/branches/10.2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/SURTest_ij_sed.properties
------------------------------------------------------------------------------
svn:eol-style = native
|