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

Unified Diff: tests/html/documentfragment_test.dart

Issue 11358060: Change NotImplementedException to UnimplementedError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 1 month 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 | « tests/html/cssstyledeclaration_test.dart ('k') | tests/language/named_parameters_with_dollars_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/documentfragment_test.dart
diff --git a/tests/html/documentfragment_test.dart b/tests/html/documentfragment_test.dart
index 2c2c4b659f8d6df66f79fd00d67fcfff341c5dc5..6704bd48e9e234e30b27ced57decd55a20b30bba 100644
--- a/tests/html/documentfragment_test.dart
+++ b/tests/html/documentfragment_test.dart
@@ -43,7 +43,7 @@ main() {
expect(style.getPropertyPriority('color'), equals(''));
expect(style.item(0), equals(''));
expect(style.length, isZero);
- // TODO(jacobr): these checks throw NotImplementedExceptions in dartium.
+ // TODO(jacobr): these checks throw UnimplementedErrors in dartium.
// expect(style.parentRule, isNull);
// expect(style.getPropertyCSSValue('color'), isNull);
// expect(style.getPropertyShorthand('color'), isNull);
« no previous file with comments | « tests/html/cssstyledeclaration_test.dart ('k') | tests/language/named_parameters_with_dollars_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698