mirror of https://github.com/apache/openjpa.git
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
This commit is contained in:
parent
ac9466b460
commit
fe1a099bcf
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue