From fe1a099bcf9d2727fc06a39bb9af1c2d56a70754 Mon Sep 17 00:00:00 2001 From: Mark Struberg Date: Sun, 20 May 2012 21:02:19 +0000 Subject: [PATCH] OPENJPA-2179 use other ways to disable the test git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1340840 13f79535-47bb-0310-9956-ffa450edef68 --- .../openjpa/persistence/distinctjoin/TestDistinctJoin.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/distinctjoin/TestDistinctJoin.java b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/distinctjoin/TestDistinctJoin.java index 0239d8b0a..538ae7b77 100644 --- a/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/distinctjoin/TestDistinctJoin.java +++ b/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/distinctjoin/TestDistinctJoin.java @@ -72,7 +72,12 @@ public class TestDistinctJoin extends AbstractPersistenceTestCase { return tmp; } - public void disabledtestJoinOnly() throws SQLException { + public void testJoinOnly() throws SQLException { + + log.error("THIS TEST IS CURRENTLY DISABLED!"); + if (true) return; + + OpenJPAEntityManagerFactorySPI emf = createEMF(Course.class, Lecturer.class, LocalizedText.class, "openjpa.jdbc.SchemaFactory", "native",