Index: dna-integration-tests/src/test/java/org/jboss/dna/test/integration/SimpleJpaRepositoryTckTest.java =================================================================== --- dna-integration-tests/src/test/java/org/jboss/dna/test/integration/SimpleJpaRepositoryTckTest.java (revision 0) +++ dna-integration-tests/src/test/java/org/jboss/dna/test/integration/SimpleJpaRepositoryTckTest.java (revision 0) @@ -0,0 +1,32 @@ +/* + * JBoss DNA (http://www.jboss.org/dna) + * See the COPYRIGHT.txt file distributed with this work for information + * regarding copyright ownership. Some portions may be licensed + * to Red Hat, Inc. under one or more contributor license agreements. + * See the AUTHORS.txt file in the distribution for a full listing of + * individual contributors. + * + * JBoss DNA is free software. Unless otherwise indicated, all code in JBoss DNA + * is licensed to you under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * JBoss DNA is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ +package org.jboss.dna.test.integration; + +import junit.framework.Test; + +public class SimpleJpaRepositoryTckTest { + public static Test suite() { + return AbstractRepositoryTckTest.readWriteRepositorySuite("simple-jpa"); + } +} Property changes on: dna-integration-tests\src\test\java\org\jboss\dna\test\integration\SimpleJpaRepositoryTckTest.java ___________________________________________________________________ Added: svn:keywords + Id Revision Added: svn:eol-style + LF Index: dna-integration-tests/src/test/resources/tck/simple-jpa/configRepository.xml =================================================================== --- dna-integration-tests/src/test/resources/tck/simple-jpa/configRepository.xml (revision 0) +++ dna-integration-tests/src/test/resources/tck/simple-jpa/configRepository.xml (revision 0) @@ -0,0 +1,96 @@ + + + + + + + + + + + + Standard extension-based MIME type detector + + org.jboss.dna.graph.mimetype.ExtensionBasedMimeTypeDetector + + + + + + + + + + Store + + + + + + + + + + + + Property changes on: dna-integration-tests\src\test\resources\tck\simple-jpa\configRepository.xml ___________________________________________________________________ Added: svn:keywords + Id Revision Index: dna-integration-tests/src/test/resources/tck/simple-jpa/repositoryOverlay.properties =================================================================== --- dna-integration-tests/src/test/resources/tck/simple-jpa/repositoryOverlay.properties (revision 0) +++ dna-integration-tests/src/test/resources/tck/simple-jpa/repositoryOverlay.properties (revision 0) @@ -0,0 +1 @@ +# Placeholder for any overlaid properties for this repo configuration