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

Unified Diff: tests/standalone/vmservice/unknown_command_test.dart

Issue 106193003: Cleanup VM service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/bin/vmservice_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/vmservice/unknown_command_test.dart
diff --git a/tests/standalone/vmservice/unknown_command_test.dart b/tests/standalone/vmservice/unknown_command_test.dart
index 2ab54f8074cd00b92a806b0b24179a8cfa0e25f6..1c503a6779130539ea0985b529e0a7515d796982 100644
--- a/tests/standalone/vmservice/unknown_command_test.dart
+++ b/tests/standalone/vmservice/unknown_command_test.dart
@@ -11,7 +11,7 @@ class UnknownCommandTest extends VmServiceRequestHelper {
UnknownCommandTest(port) : super('http://127.0.0.1:$port/badcommand');
onRequestCompleted(Map reply) {
- Expect.equals('error', reply['type']);
+ Expect.equals('Error', reply['type']);
}
}
« no previous file with comments | « runtime/bin/vmservice_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698