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

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

Issue 1042403002: add UNKNOWN_SOURCE error code and remove 2 unused legacy error codes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 5 years, 9 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/lib/src/generated_protocol.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('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 1909ee9ece6a8721ff4064bd43c042259bc35d70..7e0500e0c473cca1b5a84350800266a0a4c9d95a 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -1833,6 +1833,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
* SORT_MEMBERS_PARSE_ERRORS
* UNANALYZED_PRIORITY_FILES
* UNKNOWN_REQUEST
+ * UNKNOWN_SOURCE
* UNSUPPORTED_FEATURE
* }
*/
@@ -1852,6 +1853,7 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
"SORT_MEMBERS_PARSE_ERRORS",
"UNANALYZED_PRIORITY_FILES",
"UNKNOWN_REQUEST",
+ "UNKNOWN_SOURCE",
"UNSUPPORTED_FEATURE"
]);
« no previous file with comments | « pkg/analysis_server/lib/src/generated_protocol.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698