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

Unified Diff: runtime/vm/debugger_test.cc

Issue 823403004: Begin migrating the vm service from a rest-style interface to a json-rpc style interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove old-style standalone tests. 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/vm/debugger.cc ('k') | runtime/vm/json_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger_test.cc
diff --git a/runtime/vm/debugger_test.cc b/runtime/vm/debugger_test.cc
index 35dbcabcdd5c23f009d00feb4fc7b9e91771dc4d..4c3afa600d7643d9e2dc7d3e0e84eac41a98bbfa 100644
--- a/runtime/vm/debugger_test.cc
+++ b/runtime/vm/debugger_test.cc
@@ -69,14 +69,14 @@ TEST_CASE(Debugger_PrintBreakpointsToJSONArray) {
}
ExpectSubstringF(
js.ToCString(),
- "[{\"type\":\"Breakpoint\",\"id\":\"debug\\/breakpoints\\/2\","
+ "[{\"type\":\"Breakpoint\",\"id\":\"breakpoints\\/2\","
"\"breakpointNumber\":2,\"enabled\":true,\"resolved\":false,"
"\"location\":{\"type\":\"Location\","
"\"script\":{\"type\":\"@Script\","
"\"id\":\"libraries\\/%" Pd "\\/scripts\\/test-lib\","
"\"name\":\"test-lib\","
"\"kind\":\"script\"},\"tokenPos\":14}},"
- "{\"type\":\"Breakpoint\",\"id\":\"debug\\/breakpoints\\/1\","
+ "{\"type\":\"Breakpoint\",\"id\":\"breakpoints\\/1\","
"\"breakpointNumber\":1,\"enabled\":true,\"resolved\":false,"
"\"location\":{\"type\":\"Location\","
"\"script\":{\"type\":\"@Script\","
« no previous file with comments | « runtime/vm/debugger.cc ('k') | runtime/vm/json_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698