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

Unified Diff: tests/_chrome/sample_test.dart

Issue 702673002: Improve handling of intentionally broken links in test scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | tests/html/audioelement_test.dart » ('j') | tools/testing/dart/http_server.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/_chrome/sample_test.dart
diff --git a/tests/_chrome/sample_test.dart b/tests/_chrome/sample_test.dart
index 85448ff43768660905a844737ea8af01f7b883ec..b25a94b9b3ffb7c26efad219f0dfbd4552315eeb 100644
--- a/tests/_chrome/sample_test.dart
+++ b/tests/_chrome/sample_test.dart
@@ -17,7 +17,7 @@ main() {
test('fails from browser', () {
// APIs should not work in standard browser apps.
expect(() {
- _chrome.app.window.create('foo.html');
+ _chrome.app.window.create('IntentionallyMissingFile.html');
}, throws);
});
}
« no previous file with comments | « no previous file | tests/html/audioelement_test.dart » ('j') | tools/testing/dart/http_server.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698