From: Erik Brakkee Date: Sun, 25 Apr 2010 21:32:11 +0000 (+0000) Subject: execution of transactionproxyfactory tests with X-Git-Tag: wamblee-utils-0.7~526 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=5d7d213de8e2a6ac9c3a2dbcf0cda303b34e70f0;p=utils execution of transactionproxyfactory tests with hibernate. These tests are JPA provider independent. --- diff --git a/test/hibernate/src/test/java/org/wamblee/support/persistence/hibernate/TransactionProxyFactoryTest.java b/test/hibernate/src/test/java/org/wamblee/support/persistence/hibernate/TransactionProxyFactoryTest.java new file mode 100644 index 00000000..df057b5a --- /dev/null +++ b/test/hibernate/src/test/java/org/wamblee/support/persistence/hibernate/TransactionProxyFactoryTest.java @@ -0,0 +1,8 @@ +package org.wamblee.support.persistence.hibernate; + +import org.wamblee.support.persistence.TransactionProxyFactoryTestBase; + +public class TransactionProxyFactoryTest extends + TransactionProxyFactoryTestBase { + +}