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

Unified Diff: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/OutlineImplTest.java

Issue 247813002: New analysis services snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/OutlineImplTest.java
diff --git a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/OutlineImplTest.java b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/OutlineImplTest.java
index 34a2a14859b3766bbd976b9c387e168947a0c093..ee9ca968df94f060454737a62f0e8ffe10e0883e 100644
--- a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/OutlineImplTest.java
+++ b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/OutlineImplTest.java
@@ -56,7 +56,7 @@ public class OutlineImplTest extends TestCase {
outline.setChildren(children);
assertEquals(children, outline.getChildren());
// toString
- assertEquals("[name=foo, kind=METHOD, offset=10, length=20, arguments=(int i, String s), "
+ assertEquals("[name=foo, kind=METHOD, offset=10, length=20, parameters=(int i, String s), "
+ "return=Map<String, int>, children=[childA, childB]]", outline.toString());
}

Powered by Google App Engine
This is Rietveld 408576698