| 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());
|
| }
|
|
|
|
|