Chromium Code Reviews| Index: client/testing/unittest/unittestsuite.dart |
| =================================================================== |
| --- client/testing/unittest/unittestsuite.dart (revision 578) |
| +++ client/testing/unittest/unittestsuite.dart (working copy) |
| @@ -161,8 +161,8 @@ |
| + 'Actual: ${_callbacksCalled}, expected: ${expected}', ''); |
| _uncaughtError = true; |
| } else if (_callbacksCalled == testCase.callbacks) { |
| - testCase.recordSuccess(); |
| if (!_testIsRunning) { |
|
Siggi Cherem (dart-lang)
2011/10/20 15:00:13
(nit) maybe this fits together with the previous c
Anton Muhin
2011/10/20 16:59:06
Thanks, nice, done.
|
| + testCase.recordSuccess(); |
| _currentTest++; |
| _nextBatch(); |
| } |