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

Unified Diff: tests/html/event_test.dart

Issue 11418075: Dartifying members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing menuelement.compact exclusion. 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/element_classes_test.dart ('k') | tests/html/form_element_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/event_test.dart
diff --git a/tests/html/event_test.dart b/tests/html/event_test.dart
index e676fb447e9c1ade12d584b9ab78b919b77ac40e..c4c4609bb779caea7015a76ad889dfc646f55f77 100644
--- a/tests/html/event_test.dart
+++ b/tests/html/event_test.dart
@@ -90,8 +90,8 @@ main() {
eventTest('HashChangeEvent',
() => new HashChangeEvent('foo', 'http://old.url', 'http://new.url'),
(ev) {
- expect(ev.oldURL, equals('http//old.url'));
- expect(ev.newURL, equals('http://new.url'));
+ expect(ev.oldUrl, equals('http//old.url'));
+ expect(ev.newUrl, equals('http://new.url'));
});
eventTest('KeyboardEvent',
« no previous file with comments | « tests/html/element_classes_test.dart ('k') | tests/html/form_element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698