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

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

Issue 545323002: Add error condition INVALID_OVERLAY_CHANGE to analysis server. (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
« no previous file with comments | « pkg/analysis_server/test/domain_analysis_test.dart ('k') | pkg/analysis_server/test/mocks.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 25ae5da773df0a1ab1ca266ed7658f54e68052bf..5308d6b194109a136cd0c75e13fa5133a81f16f5 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -1633,6 +1633,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
*
* enum {
* GET_ERRORS_INVALID_FILE
+ * INVALID_OVERLAY_CHANGE
* INVALID_PARAMETER
* INVALID_REQUEST
* SERVER_ALREADY_STARTED
@@ -1643,6 +1644,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
*/
final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
"GET_ERRORS_INVALID_FILE",
+ "INVALID_OVERLAY_CHANGE",
"INVALID_PARAMETER",
"INVALID_REQUEST",
"SERVER_ALREADY_STARTED",
« no previous file with comments | « pkg/analysis_server/test/domain_analysis_test.dart ('k') | pkg/analysis_server/test/mocks.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698