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

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

Issue 22883008: starting to work on unit test config interface (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more cleanup Created 7 years, 4 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
Index: pkg/unittest/test/unittest_test_utils.dart
diff --git a/pkg/unittest/test/unittest_test_utils.dart b/pkg/unittest/test/unittest_test_utils.dart
index 7b171f184e446298a9a08b937676a387d5fc87c5..03fc8d62133470b0434c43c83d6749daf1fca9c7 100644
--- a/pkg/unittest/test/unittest_test_utils.dart
+++ b/pkg/unittest/test/unittest_test_utils.dart
@@ -33,7 +33,7 @@ String buildStatusString(int passed, int failed, int errors,
'$setup:$teardown:$uncaughtError$testDetails';
}
-class TestConfiguration extends Configuration {
+class TestConfiguration extends SimpleConfiguration {
// Some test state that is captured.
int count = 0; // A count of callbacks.

Powered by Google App Engine
This is Rietveld 408576698