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

Unified Diff: tests/lib/unittest/unittest_test.dart

Issue 10702177: Fix the weird names that can occur in exceptions and logs when there is no (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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 | « lib/unittest/mock.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/unittest/unittest_test.dart
===================================================================
--- tests/lib/unittest/unittest_test.dart (revision 9575)
+++ tests/lib/unittest/unittest_test.dart (working copy)
@@ -336,12 +336,12 @@
buildStatusString(1, 0, 0, tests[11]),
buildStatusString(1, 0, 0, tests[12]),
buildStatusString(0, 1, 0, tests[13],
- message: "Expected <null>.'foo'() to be called 1 times but:"
+ message: "Expected foo() to be called 1 times but:"
" was called 2 times."),
buildStatusString(0, 1, 0, tests[14],
message: 'Caught Exception: No more actions for method foo.'),
buildStatusString(0, 1, 0, tests[15], message:
- "Expected <null>.'sum'() to sometimes return <0> but: never did."),
+ "Expected sum() to sometimes return <0> but: never did."),
buildStatusString(0, 1, 0, tests[16],
message: 'Caught Exception: No behavior specified for method bar.'),
buildStatusString(1, 0, 0, tests[17]),
« no previous file with comments | « lib/unittest/mock.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698