Revision: 6324
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6324&view=rev
Author: manningr
Date: 2011-07-30 13:31:58 +0000 (Sat, 30 Jul 2011)
Log Message:
-----------
Added setups prior to refactoring and relocating these test resources to the integration environment.
Modified Paths:
--------------
trunk/sql12/plugins/dbcopy/test/dbmonster/dbmonster.properties
trunk/sql12/plugins/dbcopy/test/dbmonster/test.xml
Modified: trunk/sql12/plugins/dbcopy/test/dbmonster/dbmonster.properties
===================================================================
--- trunk/sql12/plugins/dbcopy/test/dbmonster/dbmonster.properties 2011-07-30 13:23:56 UTC (rev 6323)
+++ trunk/sql12/plugins/dbcopy/test/dbmonster/dbmonster.properties 2011-07-30 13:31:58 UTC (rev 6324)
@@ -1,7 +1,28 @@
-dbmonster.jdbc.driver=org.postgresql.Driver
-dbmonster.jdbc.url=jdbc:postgresql://localhost:5432/dbcopytest
+#dbmonster.jdbc.driver=org.postgresql.Driver
+#dbmonster.jdbc.url=jdbc:postgresql://localhost:5432/dbcopytest
+#dbmonster.jdbc.username=dbcopy
+#dbmonster.jdbc.password=dbcopy
+
+#dbmonster.jdbc.driver=oracle.jdbc.OracleDriver
+#dbmonster.jdbc.url=jdbc:oracle:thin:@10.0.1.61:1521:orcl
+#dbmonster.jdbc.username=dbcopysrc
+#dbmonster.jdbc.password=password
+
+#dbmonster.jdbc.driver=com.ibm.db2.jcc.DB2Driver
+#dbmonster.jdbc.url=jdbc:db2://10.0.1.47:50000/DBCPSRC
+#dbmonster.jdbc.username=dbcopy
+#dbmonster.jdbc.password=password
+
+# No access to the dbcopysrc catalog for user dbcopy
+#dbmonster.jdbc.driver=com.mysql.jdbc.Driver
+#dbmonster.jdbc.url=jdbc:mysql://10.0.1.47:3306/dbcopysrc
+#dbmonster.jdbc.username=dbcopy
+#dbmonster.jdbc.password=password
+
+dbmonster.jdbc.driver=org.h2.Driver
+dbmonster.jdbc.url=jdbc:h2:tcp://10.0.1.30:9094/dbcopysrc
dbmonster.jdbc.username=dbcopy
-dbmonster.jdbc.password=dbcopy
+dbmonster.jdbc.password=password
# for Oracle and other schema enabled databases
#dbmonster.jdbc.schema=public
Modified: trunk/sql12/plugins/dbcopy/test/dbmonster/test.xml
===================================================================
--- trunk/sql12/plugins/dbcopy/test/dbmonster/test.xml 2011-07-30 13:23:56 UTC (rev 6323)
+++ trunk/sql12/plugins/dbcopy/test/dbmonster/test.xml 2011-07-30 13:31:58 UTC (rev 6324)
@@ -24,7 +24,7 @@
<column name="char_column">
<generator type="pl.kernelpanic.dbmonster.generator.StringGenerator">
<property name="minLength" value="100"/>
- <property name="maxLength" value="6000"/>
+ <property name="maxLength" value="4000"/>
<property name="nulls" value="1"/>
</generator>
</column>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|