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

Unified Diff: pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart

Issue 2952583003: Rename the plugin location key and directory name (Closed)
Patch Set: Created 3 years, 6 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/src/plugin/plugin_locator_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
diff --git a/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart b/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
index 888bfe4ae49e3b9c197ae407c67cc56f72c26745..d80a4b3cc6afa3f29c8b55157e903ad8cdf55d4e 100644
--- a/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
+++ b/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart
@@ -5,6 +5,7 @@
import 'dart:async';
import 'dart:typed_data';
+import 'package:analysis_server/src/plugin/plugin_locator.dart';
import 'package:analysis_server/src/plugin/plugin_manager.dart';
import 'package:analysis_server/src/plugin/plugin_watcher.dart';
import 'package:analyzer/context/context_root.dart';
@@ -63,8 +64,8 @@ class PluginWatcherTest {
resourceProvider.newFile(
resourceProvider.convertPath('/pkg2/pubspec.yaml'), 'name: pkg2');
resourceProvider.newFile(
- resourceProvider
- .convertPath('/pkg2/tools/analysis_plugin/bin/plugin.dart'),
+ resourceProvider.convertPath(
+ '/pkg2/${PluginLocator.toolsFolderName}/${PluginLocator.defaultPluginFolderName}/bin/plugin.dart'),
'');
await driver.computeResult('package:pkg2/pk2.dart');
//
« no previous file with comments | « pkg/analysis_server/test/src/plugin/plugin_locator_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698