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

Unified Diff: pkg/analysis_server/test/integration/analysis/package_root_test.dart

Issue 2566243002: Update the integration test to make the file with subscription a priority one. (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/analysis/package_root_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/package_root_test.dart b/pkg/analysis_server/test/integration/analysis/package_root_test.dart
index 142d50be795dca627f4414318055773fd6a528bc..f5a2cfd63214cf765b1bfff12d72f7dc200bb1e4 100644
--- a/pkg/analysis_server/test/integration/analysis/package_root_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/package_root_test.dart
@@ -54,6 +54,7 @@ f() {}
});
sendAnalysisSetAnalysisRoots([projPath], [],
packageRoots: {projPath: packagesPath});
+ sendAnalysisSetPriorityFiles([mainPath]);
return analysisFinished.then((_) {
// Verify that fooBarPath was properly resolved by checking that f()
// refers to it.
@@ -84,10 +85,4 @@ class SetAnalysisRootsTest extends AbstractSetAnalysisRootsTest {}
class SetAnalysisRootsTest_Driver extends AbstractSetAnalysisRootsTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- test_package_root() {
- // NoSuchMethodError: The getter 'iterator' was called on null.
- return super.test_package_root();
- }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698