Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 220804 Details for
Bug 364105
[DB] ImplementationError: "SELECT ..." already in cache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to test_Bugzilla_309467() and test_Bugzilla_309467_ServerRestart to trigger bug 364105
MergingTest.patch (text/plain), 928 bytes, created by
András Péteri
on 2012-09-06 16:37:51 EDT
(
hide
)
Description:
Patch to test_Bugzilla_309467() and test_Bugzilla_309467_ServerRestart to trigger bug 364105
Filename:
MIME Type:
Creator:
András Péteri
Created:
2012-09-06 16:37:51 EDT
Size:
928 bytes
patch
obsolete
>diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/MergingTest.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/MergingTest.java >index 66af968..4388149 100644 >--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/MergingTest.java >+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/MergingTest.java >@@ -629,6 +629,7 @@ > ((Company)contents1.get(2)).setName("C2"); > ((Company)contents1.get(3)).setName("C3"); > ((Company)contents1.get(4)).setName("C4"); >+ addCompany(contents1); > commitAndSync(tx1, transaction); > tx1.close(); > } >@@ -676,6 +677,7 @@ > ((Company)contents1.get(2)).setName("C2"); > ((Company)contents1.get(3)).setName("C3"); > ((Company)contents1.get(4)).setName("C4"); >+ addCompany(contents1); > commitAndSync(tx1, transaction); > tx1.close(); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 364105
: 220804 |
220805
|
221814