You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2010/03/08 20:34:06 UTC

svn commit: r920474 - /openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/TestIncompleteRelationship.java

Author: mikedd
Date: Mon Mar  8 19:34:06 2010
New Revision: 920474

URL: http://svn.apache.org/viewvc?rev=920474&view=rev
Log:
Remove hard coded trace setting from testcase

Modified:
    openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/TestIncompleteRelationship.java

Modified: openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/TestIncompleteRelationship.java
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/TestIncompleteRelationship.java?rev=920474&r1=920473&r2=920474&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/TestIncompleteRelationship.java (original)
+++ openjpa/branches/1.2.x/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/relations/TestIncompleteRelationship.java Mon Mar  8 19:34:06 2010
@@ -45,7 +45,7 @@
                     IncompleteRelationshipChildEntity.class,
                     IncompleteRelationshipChildEntity.IncompleteRelationshipChildEntityPk.class,
                     IncompleteRelationshipSubclass.class,
-                    "openjpa.jdbc.QuerySQLCache", "true", "openjpa.Log", "JDBC=TRACE,SQL=TRACE");
+                    "openjpa.jdbc.QuerySQLCache", "true");
     }
 
     public void testIncompleteRelationship() {