diff options
| author | Grzegorz Abramczyk | 2012-02-28 12:34:20 +0000 |
|---|---|---|
| committer | Szymon Brandys | 2012-02-28 12:34:20 +0000 |
| commit | a20e4dcb07fd8f8a1feea5c80dcd41a8becabb10 (patch) | |
| tree | 924fb9c360f961e9d03d3d380e83b1f9bb379b82 | |
| parent | 0facb5f3741a4652f3f3ce13ff3a027b3dccf589 (diff) | |
| download | eclipse.platform.resources-a20e4dcb07fd8f8a1feea5c80dcd41a8becabb10.tar.gz eclipse.platform.resources-a20e4dcb07fd8f8a1feea5c80dcd41a8becabb10.tar.xz eclipse.platform.resources-a20e4dcb07fd8f8a1feea5c80dcd41a8becabb10.zip | |
bug 370649 - ResourceTest not stable on JRE 7v20120228-1234
| -rw-r--r-- | tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_303517.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_303517.java b/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_303517.java index 6231fc9a5..15ac41b30 100644 --- a/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_303517.java +++ b/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_303517.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2011 Broadcom Corporation and others. + * Copyright (c) 2011, 2012 Broadcom Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -45,7 +45,7 @@ public class Bug_303517 extends ResourceTest { @Override protected void tearDown() throws Exception { - super.setUp(); + super.tearDown(); InstanceScope.INSTANCE.getNode(ResourcesPlugin.PI_RESOURCES).putBoolean(ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH, false); } |
