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:
Mark Struberg 2012-05-20 21:02:19 +00:00
parent ac9466b460
commit fe1a099bcf
1 changed files with 6 additions and 1 deletions

View File

@ -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",