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

Unified Diff: pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart

Issue 2930723003: Fix test tests under windows (TBR) (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
diff --git a/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart b/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
index 24e115082c613dd8b1e28a349781b55ee8330a65..ddceaf7804064e10f0625f007bc1f5ff829dad67 100644
--- a/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
+++ b/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart
@@ -27,7 +27,7 @@ int suggestionComparator(CompletionSuggestion s1, CompletionSuggestion s2) {
abstract class DartCompletionContributorTest extends AbstractContextTest {
static const String _UNCHECKED = '__UNCHECKED__';
- String testFile = '/completionTest.dart';
+ String testFile;
Source testSource;
int completionOffset;
int replacementOffset;
@@ -564,6 +564,7 @@ abstract class DartCompletionContributorTest extends AbstractContextTest {
@override
void setUp() {
super.setUp();
+ testFile = provider.convertPath('/completionTest.dart');
contributor = createContributor();
}
}
« 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