| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/RunPubCacheListJobTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/RunPubCacheListJobTest.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/RunPubCacheListJobTest.java
|
| index e6eecfc2acde7bd550fc8f08e930cd8bbb8948da..ad333f4b9784e2dface32879719641fc626f70bc 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/RunPubCacheListJobTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/RunPubCacheListJobTest.java
|
| @@ -35,11 +35,9 @@ public class RunPubCacheListJobTest extends TestCase {
|
| assertEquals(3, args.size());
|
| assertEquals(RunPubCacheListJob.CACHE_COMMAND, args.get(1));
|
| assertEquals(RunPubCacheListJob.CACHELIST_COMMAND, args.get(2));
|
| - return new Status(
|
| - IStatus.OK,
|
| - DartCore.PLUGIN_ID,
|
| - "{\"packages\":{\"analyzer_experimental\":" + "{\"0.5.0+1\":\"location\":"
|
| - + "\"/.pub-cache/hosted/pub.dartlang.org/analyzer_experimental-0.5.0+1\"}}}");
|
| + return new Status(IStatus.OK, DartCore.PLUGIN_ID, "{\"packages\":{\"analyzer\":"
|
| + + "{\"0.5.0+1\":\"location\":"
|
| + + "\"/.pub-cache/hosted/pub.dartlang.org/analyzer-0.5.0+1\"}}}");
|
| }
|
| };
|
|
|
|
|