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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/pub/RunPubCacheListJobTest.java

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks before publishing. Created 7 years, 2 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.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\"}}}");
}
};

Powered by Google App Engine
This is Rietveld 408576698