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

Unified Diff: test/runner/json_reporter_test.dart

Issue 1887853002: Add a LiveSuite class. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 8 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 | « test/runner/configuration/top_level_test.dart ('k') | test/runner/pub_serve_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runner/json_reporter_test.dart
diff --git a/test/runner/json_reporter_test.dart b/test/runner/json_reporter_test.dart
index 31168fc485c0d7bf3a92f5a495bec793fbc1a660..401014d12b40c285bfca3545462e26a3474a810a 100644
--- a/test/runner/json_reporter_test.dart
+++ b/test/runner/json_reporter_test.dart
@@ -413,7 +413,7 @@ void _expectReport(String tests, List<Map> expected) {
var stdoutLines = await test.stdoutStream().toList();
expect(stdoutLines.length, equals(expected.length),
- reason: "Expected $stdoutLines to match $expected.");
+ reason: "Expected $stdoutLines to match ${JSON.encode(expected)}.");
// TODO(nweiz): validate each event against the JSON schema when
// patefacio/json_schema#4 is merged.
« no previous file with comments | « test/runner/configuration/top_level_test.dart ('k') | test/runner/pub_serve_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698