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

Unified Diff: pkg/unittest/test/unittest_test.dart

Issue 12335113: Unit test changes: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
« pkg/unittest/lib/unittest.dart ('K') | « pkg/unittest/lib/unittest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/test/unittest_test.dart
===================================================================
--- pkg/unittest/test/unittest_test.dart (revision 19087)
+++ pkg/unittest/test/unittest_test.dart (working copy)
@@ -370,7 +370,7 @@
buildStatusString(1, 0, 0, tests[0]),
buildStatusString(0, 1, 0, tests[1],
message: 'Expected: <5> but: was <4>.'),
- buildStatusString(0, 1, 0, tests[2], message: 'Caught Exception: Fail.'),
+ buildStatusString(0, 1, 0, tests[2], message: 'Fail.'),
buildStatusString(2, 0, 0, 'a a::a b b'),
buildStatusString(1, 0, 0, 'a ${tests[4]}', count: 0, setup: 'setup'),
buildStatusString(1, 0, 0, 'a ${tests[5]}', count: 0, setup: '',
« pkg/unittest/lib/unittest.dart ('K') | « pkg/unittest/lib/unittest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698