| Index: editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| index df579c6d2840bd357efcc4a57169b2925e30e589..c105a0810a1cc00f41c70a63fbd91c611555949d 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| @@ -211,6 +211,7 @@ public abstract class AbstractDartTest extends TestCase {
|
| @Override
|
| protected void setUp() throws Exception {
|
| testProject = new TestProject();
|
| + System.setProperty("dartEditorTesting.forceResolveUnit", "true");
|
| }
|
|
|
| @Override
|
|
|