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

Unified Diff: test/resource_test.dart

Issue 2666013004: Address a number of open issues. (Closed)
Patch Set: Close the parenthesis. Created 3 years, 11 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
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/resource_test.dart
diff --git a/test/resource_test.dart b/test/resource_test.dart
index dbce94793a73bd64def89dc416f9143f837fe99a..608943ac4967cd48919ae86609e2cc021fe2f056 100644
--- a/test/resource_test.dart
+++ b/test/resource_test.dart
@@ -39,8 +39,8 @@ main() {
}
test("load package: URIs", () async {
- await testLoad(pkguri("foo/bar/baz"));
- await testLoad(pkguri("bar/foo/baz"));
+ await testLoad(pkguri("resource/bar/baz"));
+ await testLoad(pkguri("test/foo/baz"));
});
test("load non-pkgUri", () async {
await testLoad(Uri.parse("file://localhost/something?x#y"));
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698