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

Unified Diff: runtime/observatory/test/test_helper.dart

Issue 892913003: Rename the get* methods in preparation for removing them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: one more test Created 5 years, 11 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
« no previous file with comments | « runtime/observatory/test/metrics_test.dart ('k') | runtime/observatory/test/type_arguments_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/test_helper.dart
diff --git a/runtime/observatory/test/test_helper.dart b/runtime/observatory/test/test_helper.dart
index d587e86cffcea6c3e48381da3cb93b82f235c268..11feac8aff9375fd03918f0f983fe079ff6ab40f 100644
--- a/runtime/observatory/test/test_helper.dart
+++ b/runtime/observatory/test/test_helper.dart
@@ -94,7 +94,7 @@ void runIsolateTests(List<String> mainArgs,
var process = new _TestLauncher();
process.launch().then((port) {
String addr = 'ws://localhost:$port/ws';
- new WebSocketVM(new WebSocketVMTarget(addr)).get('vm')
+ new WebSocketVM(new WebSocketVMTarget(addr)).load()
.then((VM vm) => vm.isolates.first.load())
.then((Isolate isolate) =>
Future.forEach(tests, (test) => test(isolate)))
« no previous file with comments | « runtime/observatory/test/metrics_test.dart ('k') | runtime/observatory/test/type_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698