execution of transactionproxyfactory tests with
authorErik Brakkee <erik@brakkee.org>
Sun, 25 Apr 2010 21:32:11 +0000 (21:32 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 25 Apr 2010 21:32:11 +0000 (21:32 +0000)
hibernate.
These tests are JPA provider independent.

test/hibernate/src/test/java/org/wamblee/support/persistence/hibernate/TransactionProxyFactoryTest.java [new file with mode: 0644]

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 (file)
index 0000000..df057b5
--- /dev/null
@@ -0,0 +1,8 @@
+package org.wamblee.support.persistence.hibernate;
+
+import org.wamblee.support.persistence.TransactionProxyFactoryTestBase;
+
+public class TransactionProxyFactoryTest extends
+    TransactionProxyFactoryTestBase {
+
+}