You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2006/07/26 18:24:48 UTC

svn commit: r425772 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestQueryObject_app.properties

Author: rhillegas
Date: Wed Jul 26 09:24:47 2006
New Revision: 425772

URL: http://svn.apache.org/viewvc?rev=425772&view=rev
Log:
DERBY-1540: Committed derby-1540_v01.diff, which causes this test to run under the SecurityManager.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestQueryObject_app.properties

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestQueryObject_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestQueryObject_app.properties?rev=425772&r1=425771&r2=425772&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestQueryObject_app.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestQueryObject_app.properties Wed Jul 26 09:24:47 2006
@@ -12,8 +12,3 @@
 runwithjdk14=false
 excludeJCC=at-or-after:1.0
 
-#this case tests QueryObject related methods which are present in jdk 1.6 
-#default QueryObjectGenerator uses reflection to check the Data Object
-#before calling the methods to set the values. This is a privileged operation
-#and fails in the presence of security manager. See DERBY-1540
-noSecurityManager=true