[dna-commits] DNA SVN: r1544 - trunk/dna-integration-tests/src/test/resources/tck/jdbcmeta.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Wed Jan 6 21:08:02 EST 2010


Author: bcarothers
Date: 2010-01-06 21:08:01 -0500 (Wed, 06 Jan 2010)
New Revision: 1544

Modified:
   trunk/dna-integration-tests/src/test/resources/tck/jdbcmeta/repositoryOverlay.properties
Log:
DNA-625 JdbcMetadataRepositoryTckTest Failing When Run From Command-Line

Applied patch that shrinks the size of the repository for the test back down. 

Modified: trunk/dna-integration-tests/src/test/resources/tck/jdbcmeta/repositoryOverlay.properties
===================================================================
--- trunk/dna-integration-tests/src/test/resources/tck/jdbcmeta/repositoryOverlay.properties	2010-01-07 01:21:20 UTC (rev 1543)
+++ trunk/dna-integration-tests/src/test/resources/tck/jdbcmeta/repositoryOverlay.properties	2010-01-07 02:08:01 UTC (rev 1544)
@@ -5,7 +5,7 @@
 javax.jcr.tck.dnaNodeTypePath=/org/jboss/dna/connector/meta/jdbc/connector-metajdbc.cnd
 
 # The fan-out from the tables node is HUGE in HSQLDB.  This allows the tests to complete reasonably quickly.
-javax.jcr.tck.testroot=/default/INFORMATION_SCHEMA
+javax.jcr.tck.testroot=/default/INFORMATION_SCHEMA/tables/SYSTEM_USERS
 
 # There's only one workspace per repository for this connector right now
 javax.jcr.tck.workspacename=default



More information about the dna-commits mailing list