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

Unified Diff: pkg/analysis_server/test/analysis_notification_outline_test.dart

Issue 337383005: PackageMapUriResolver for Dart server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analysis_server/test/analysis_notification_outline_test.dart
diff --git a/pkg/analysis_server/test/analysis_notification_outline_test.dart b/pkg/analysis_server/test/analysis_notification_outline_test.dart
index c3705a333c406340a3d21de6049c9a2f1104a74d..c0a7024fb09fce613a5456f0af687f9a8e456bca 100644
--- a/pkg/analysis_server/test/analysis_notification_outline_test.dart
+++ b/pkg/analysis_server/test/analysis_notification_outline_test.dart
@@ -27,6 +27,12 @@ main() {
class AnalysisNotificationOutlineTest extends AbstractAnalysisTest {
_Outline outline;
+ @override
+ void setUp() {
+ super.setUp();
+ createProject();
+ }
+
void processNotification(Notification notification) {
if (notification.event == ANALYSIS_OUTLINE) {
String file = notification.getParameter(FILE);

Powered by Google App Engine
This is Rietveld 408576698