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

Issue 2394683006: Switch analysis_server to use 'package:test'. (Closed)

Created:
4 years, 2 months ago by scheglov
Modified:
4 years, 2 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Switch analysis_server to use 'package:test'. I'm changing DEPS in the corresponding analyzer CL. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/de4d8b3a78f1f9b4e8773b081e2ab015b2bdf4e9

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+733 lines, -478 lines) Patch
M pkg/analysis_server/benchmark/perf/analysis_timing_tests.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/analysis_server/benchmark/perf/benchmark_scenario.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/benchmark/perf/completion_timing_tests.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/benchmark/perf/memory_tests.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/benchmark/perf/performance_tests.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/pubspec.yaml View 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/abstract_single_unit.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/analysis/get_errors_test.dart View 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/get_hover_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/get_navigation_test.dart View 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/navigation_collector_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_analysis_options_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_analyzedFiles_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_errors_test.dart View 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_highlights_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_highlights_test2.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_implemented_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_navigation_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_occurrences_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_outline_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_overrides_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/reanalyze_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/set_priority_files_test.dart View 3 chunks +7 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/test_all.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/update_content_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis_abstract.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/analysis_server_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/channel/byte_stream_channel_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/channel/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/channel/web_socket_channel_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/completion_test.dart View 5 chunks +5 lines, -16 lines 0 comments Download
M pkg/analysis_server/test/completion_test_support.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 3 chunks +6 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/domain_analysis_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/domain_completion_test.dart View 6 chunks +28 lines, -26 lines 0 comments Download
M pkg/analysis_server/test/domain_completion_util.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/domain_diagnostic_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/domain_execution_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/domain_server_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/edit/assists_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/edit/fixes_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/edit/format_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/edit/organize_directives_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/edit/refactoring_test.dart View 2 chunks +13 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/edit/sort_members_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/edit/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/analysis_options_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/error_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors_before_analysis_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors_nonStandard_sdk.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_hover_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/highlights_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/highlights_test2.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/lint_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/navigation_test.dart View 4 chunks +7 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/occurrences_test.dart View 3 chunks +6 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/outline_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/overrides_test.dart View 3 chunks +6 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/package_root_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/reanalyze_concurrent_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/integration/analysis/reanalyze_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/test_all.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_list_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/completion/get_suggestions_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/completion/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_test_methods.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/integration/integration_tests.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/search/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/server/get_version_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/integration/server/set_subscriptions_invalid_service_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/server/set_subscriptions_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/server/shutdown_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/server/status_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/server/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/mocks.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/operation/operation_queue_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/operation/operation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/operation/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/plugin/protocol_dart_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/plugin/set_analysis_domain_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/plugin/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/protocol_server_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/protocol_test.dart View 1 chunk +7 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/search/abstract_search_domain.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/search/element_references_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/search/member_declarations_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/member_references_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/search_result_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/search/top_level_declarations_test.dart View 3 chunks +9 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/search/type_hierarchy_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/server_options_test.dart View 2 chunks +2 lines, -2 lines 2 comments Download
M pkg/analysis_server/test/services/completion/completion_target_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/arglist_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/combinator_contributor_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/completion_contributor_util.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/field_formal_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/inherited_reference_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/keyword_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/label_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/library_member_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/library_prefix_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/local_constructor_contributor_test.dart View 3 chunks +42 lines, -40 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/local_declaration_visitor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/local_library_contributor_test.dart View 5 chunks +10 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/local_reference_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/named_constructor_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/optype_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/override_contributor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/completion/dart/static_member_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/test_all.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/type_member_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/uri_contributor_test.dart View 2 chunks +11 lines, -9 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/variable_name_contributor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/correction/assist_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/change_test.dart View 1 chunk +9 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/services/correction/fix_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/correction/levenshtein_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/name_suggestion_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/organize_directives_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/sort_members_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/source_range_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/status_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/correction/strings_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/test_all.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/correction/util_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/dependencies/library_dependencies_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/dependencies/reachable_source_collector_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/dependencies/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/index/index_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/index/index_unit_test.dart View 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/index/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/linter/linter_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/abstract_refactoring.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/abstract_rename.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/convert_getter_to_method_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/convert_method_to_getter_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/extract_local_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/extract_method_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/inline_local_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/inline_method_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/move_file_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_class_member_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_constructor_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_import_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_label_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_library_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_local_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/test_all.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/search/hierarchy_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/search/search_engine_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/search/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/test_all.dart View 2 chunks +11 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/single_context_manager_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/socket_server_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/source/caching_put_package_map_provider_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/src/test_all.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/src/utilities/change_builder_core_test.dart View 1 chunk +7 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/src/utilities/change_builder_dart_test.dart View 1 chunk +6 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/src/utilities/test_all.dart View 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/src/watch_manager_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/test_all.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/utils.dart View 1 chunk +1 line, -5 lines 2 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 2 months ago (2016-10-06 15:27:20 UTC) #1
Brian Wilkerson
lgtm https://codereview.chromium.org/2394683006/diff/1/pkg/analysis_server/test/utils.dart File pkg/analysis_server/test/utils.dart (right): https://codereview.chromium.org/2394683006/diff/1/pkg/analysis_server/test/utils.dart#newcode7 pkg/analysis_server/test/utils.dart:7: void initializeTestEnvironment() {} Why did you leave this ...
4 years, 2 months ago (2016-10-06 15:44:09 UTC) #2
scheglov
Committed patchset #1 (id:1) manually as de4d8b3a78f1f9b4e8773b081e2ab015b2bdf4e9 (presubmit successful).
4 years, 2 months ago (2016-10-06 15:47:22 UTC) #4
Paul Berry
https://codereview.chromium.org/2394683006/diff/1/pkg/analysis_server/test/server_options_test.dart File pkg/analysis_server/test/server_options_test.dart (right): https://codereview.chromium.org/2394683006/diff/1/pkg/analysis_server/test/server_options_test.dart#newcode22 pkg/analysis_server/test/server_options_test.dart:22: baz: padded Don't delete the end of line space ...
4 years, 2 months ago (2016-10-06 15:55:45 UTC) #5
scheglov
4 years, 2 months ago (2016-10-06 17:17:08 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/2394683006/diff/1/pkg/analysis_server/test/se...
File pkg/analysis_server/test/server_options_test.dart (right):

https://codereview.chromium.org/2394683006/diff/1/pkg/analysis_server/test/se...
pkg/analysis_server/test/server_options_test.dart:22: baz: padded
On 2016/10/06 15:55:45, Paul Berry wrote:
> Don't delete the end of line space here.  It's necessary for the test, because
> the test is verifying that ServerOptions.fromContents properly strips the end
of
> line space.

OK

I changed the code to make it resilient to formatting in
https://codereview.chromium.org/2402483002

Powered by Google App Engine
This is Rietveld 408576698