Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_397232_Test.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_397232_Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_397232_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_397232_Test.java
index bba12fbc30..1f318e8ab1 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_397232_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_397232_Test.java
@@ -59,8 +59,8 @@ public class Bugzilla_397232_Test extends AbstractCDOTest
// Simulate GC
InternalCDOObject cdoObject = (InternalCDOObject)CDOUtil.getCDOObject(g);
- cdoObject.cdoInternalSetState(CDOState.PROXY);
cdoObject.cdoInternalSetRevision(null);
+ cdoObject.cdoInternalSetState(CDOState.PROXY);
// Re-load
g.getDummy();

Back to the top