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

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

Issue 604333002: Specify when 'sortMembers' will return an error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Specify the specific error codes 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 3f135d49cb539fef39513992fc1797f9e40fed83..37e8063f7032cc2448bbfb8443ccdd0a7bdb71f1 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -1687,6 +1687,8 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
* INVALID_REQUEST
* SERVER_ALREADY_STARTED
* SERVER_ERROR
+ * SORT_MEMBERS_INVALID_FILE
+ * SORT_MEMBERS_PARSE_ERRORS
* UNANALYZED_PRIORITY_FILES
* UNKNOWN_REQUEST
* UNSUPPORTED_FEATURE
@@ -1699,6 +1701,8 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
"INVALID_REQUEST",
"SERVER_ALREADY_STARTED",
"SERVER_ERROR",
+ "SORT_MEMBERS_INVALID_FILE",
+ "SORT_MEMBERS_PARSE_ERRORS",
"UNANALYZED_PRIORITY_FILES",
"UNKNOWN_REQUEST",
"UNSUPPORTED_FEATURE"
« no previous file with comments | « pkg/analysis_server/test/integration/integration_test_methods.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