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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/dart/DartPriorityFilesHelper_NEW_Test.java

Issue 460423003: Get the RemoteAnalysisServer to compile against the new generated AnalysisServer interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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.ui_test/src/com/google/dart/tools/ui/internal/text/dart/DartPriorityFilesHelper_NEW_Test.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/dart/DartPriorityFilesHelper_NEW_Test.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/dart/DartPriorityFilesHelper_NEW_Test.java
index 7b38b16e8911a97e540ab055f979ec5a596b8133..d9e3c2a439cc0bc570a9133b330da25e82557a75 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/dart/DartPriorityFilesHelper_NEW_Test.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/text/dart/DartPriorityFilesHelper_NEW_Test.java
@@ -208,6 +208,6 @@ public class DartPriorityFilesHelper_NEW_Test extends TestCase {
files = (List<String>) invocation.getArguments()[0];
return null;
}
- }).when(analysisServer).setPriorityFiles(anyListOf(String.class));
+ }).when(analysisServer).analysis_setPriorityFiles(anyListOf(String.class));
}
}

Powered by Google App Engine
This is Rietveld 408576698