From: erik Date: Sun, 25 Apr 2010 21:32:11 +0000 (+0000) Subject: execution of transactionproxyfactory tests with X-Git-Tag: wamblee-utils-0.2.2^2~47 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=4fbdb2bad9e31c721be1a80f752b08bb80c183c4;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 { + +}