You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2021/05/07 23:12:09 UTC

[db-jdo] 27/43: JDO-401: merged trunk change into branch 2.0.1

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch origin/2.0.1
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit c4ee5acb567447dfdf47c9410750a2365394c1f1
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Tue Oct 3 21:01:11 2006 +0000

    JDO-401: merged trunk change into branch 2.0.1
---
 .../org/apache/jdo/tck/api/instancecallbacks/CallingJdoPreclear.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tck20/src/java/org/apache/jdo/tck/api/instancecallbacks/CallingJdoPreclear.java b/tck20/src/java/org/apache/jdo/tck/api/instancecallbacks/CallingJdoPreclear.java
index 95824eb..1562efd 100644
--- a/tck20/src/java/org/apache/jdo/tck/api/instancecallbacks/CallingJdoPreclear.java
+++ b/tck20/src/java/org/apache/jdo/tck/api/instancecallbacks/CallingJdoPreclear.java
@@ -96,6 +96,7 @@ public class CallingJdoPreclear extends TestParts {
         t.commit();
 
         InstanceCallbackClass.performPreClearTests = true;
+        t.setOptimistic(false);
         t.begin();
         try {
             primaryObj = (InstanceCallbackClass)pm.getObjectById(primaryObjId, true);