Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/analysis/model/ProjectManagerIgnoreListenerTest.java

Issue 587743002: Version 1.7.0-dev.3.2 . (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/analysis/model/ProjectManagerIgnoreListenerTest.java
===================================================================
--- editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/analysis/model/ProjectManagerIgnoreListenerTest.java (revision 40507)
+++ editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/analysis/model/ProjectManagerIgnoreListenerTest.java (working copy)
@@ -213,6 +213,19 @@
assertNotNull(project);
}
+ @Override
+ protected void tearDown() throws Exception {
+ ignoreManager = null;
+ analysisManager = null;
+ markerManager = null;
+ projectManager = null;
+ project = null;
+ projectImpl = null;
+ listener = null;
+ index = null;
+ super.tearDown();
+ }
+
private void assertAnalyzed(MockResource res, MockContext context) {
MockFile[] allDartAndHtmlFiles;
if (res instanceof MockContainer) {

Powered by Google App Engine
This is Rietveld 408576698