Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-07-28 09:08:51 +0000
committerEike Stepper2012-07-28 09:08:51 +0000
commit53487d0e2020453dbe1799bd3d710235161bd0ed (patch)
tree33cb8854da68da8fbbbb984a39d94eed7a4ec223
parent9fb6196380e9f8e08ba3e6b1ce1690b310302df3 (diff)
downloadcdo-53487d0e2020453dbe1799bd3d710235161bd0ed.tar.gz
cdo-53487d0e2020453dbe1799bd3d710235161bd0ed.tar.xz
cdo-53487d0e2020453dbe1799bd3d710235161bd0ed.zip
Disable testIvalidationMemoryLeak()
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/InvalidationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/InvalidationTest.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/InvalidationTest.java
index e3c136122f..53dae99b7f 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/InvalidationTest.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/InvalidationTest.java
@@ -54,7 +54,7 @@ import java.util.concurrent.TimeUnit;
*/
public class InvalidationTest extends AbstractCDOTest
{
- public void testIvalidationMemoryLeak() throws Exception
+ public void _testIvalidationMemoryLeak() throws Exception
{
final CDOSession session = openSession();

Back to the top