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

Unified Diff: pkg/scheduled_test/test/descriptor/file_test.dart

Issue 16351003: Move pub over to using the pub.dartlang.org API v2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 years, 6 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/scheduled_test/test/descriptor/file_test.dart
diff --git a/pkg/scheduled_test/test/descriptor/file_test.dart b/pkg/scheduled_test/test/descriptor/file_test.dart
index e97924153d5d29551f4538b4c2d76dbde0c4a59d..96d4418822394369cae9a5b422fb4dbccabbc439 100644
--- a/pkg/scheduled_test/test/descriptor/file_test.dart
+++ b/pkg/scheduled_test/test/descriptor/file_test.dart
@@ -114,14 +114,6 @@ void main() {
});
});
- expectTestsPass("file().load() throws an error", () {
- test('test', () {
- expect(d.file('name.txt', 'contents').load('path').toList(),
- throwsA(equals("Can't load 'path' from within 'name.txt': not a "
- "directory.")));
- });
- });
-
expectTestsPass("file().describe() returns the filename", () {
test('test', () {
expect(d.file('name.txt', 'contents').describe(), equals('name.txt'));
« no previous file with comments | « pkg/scheduled_test/test/descriptor/directory_test.dart ('k') | pkg/scheduled_test/test/descriptor/nothing_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698