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

Unified Diff: pkg/analysis_server/test/integration/protocol_matchers.dart

Issue 583193005: Integration of MOVE_FILE into the server and a couple of fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/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: pkg/analysis_server/test/integration/protocol_matchers.dart
diff --git a/pkg/analysis_server/test/integration/protocol_matchers.dart b/pkg/analysis_server/test/integration/protocol_matchers.dart
index 009309b3e181bd2244fe254bd0e1d4ba3a3eb9cd..7a47daca02b772eb2bbdfce7c7ae8b2f7f13fc6c 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -1516,6 +1516,7 @@ final Matcher isPosition = new LazyMatcher(() => new MatchesJsonObject(
* EXTRACT_METHOD
* INLINE_LOCAL_VARIABLE
* INLINE_METHOD
+ * MOVE_FILE
* RENAME
* }
*/
@@ -1526,6 +1527,7 @@ final Matcher isRefactoringKind = new MatchesEnum("RefactoringKind", [
"EXTRACT_METHOD",
"INLINE_LOCAL_VARIABLE",
"INLINE_METHOD",
+ "MOVE_FILE",
"RENAME"
]);
« no previous file with comments | « pkg/analysis_server/test/edit/refactoring_test.dart ('k') | pkg/analysis_server/test/services/refactoring/move_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698